#D3EB85

Color #D3EB85 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D3EB85

Tints of Sulu #D3EB85

Color information

#D3EB85 (or 0xD3EB85) is unknown color: approx Sulu. HEX triplet: D3, EB and 85. RGB value is (211,235,133). Sum of RGB (Red+Green+Blue) = 211+235+133=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EB85 is #2C147A. Grayscale: #D8D8D8. Windows color (decimal): -2888827 or 8776659. OLE color: 8776659.

HSL color Cylindrical-coordinate representation of color #D3EB85: hue angle of 74.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3EB85 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB211235133-
CMYK0.1000.430.08
HSL74.12º71.83%72.16%-
HSV(B)74.12º43.4%92.16%-
XYZ60.8174.9633.45-
YUV216.281.05124.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=36.44%
G=40.59%
B=22.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112351330.1000.430.0874.1271.8372.16
HexD3EB85A02B84a4848
Octal3233532051205310112110110
Binary110100111110101110000101101001010111000100101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EB85; }

 p { color: rgb(211,235,133); }

 H1.HeaderClassName
 {
   color: #D3EB85;
 }
 .AnyTagClassName
 {
   color: #D3EB85;
 }
</style>
background-color css

<style>
 a { background-color: #D3EB85; }

 a { background-color: rgb(211,235,133); }

 div.DivClassName
 {
   background-color: #D3EB85;
 }
 .BgClassName
 {
   background-color: #D3EB85;
 }
</style>
border-color css

<style>
 span { border-color: #D3EB85; }

 span { border-color: rgb(211,235,133); }

 td.TdClassName
 {
   border-color: #D3EB85;
 }
 .TagClassName
 {
   border-color: #D3EB85;
 }
</style>