#D1E885

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

Shades of Sulu #D1E885

Tints of Sulu #D1E885

Color information

#D1E885 (or 0xD1E885) is unknown color: approx Sulu. HEX triplet: D1, E8 and 85. RGB value is (209,232,133). Sum of RGB (Red+Green+Blue) = 209+232+133=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E885 is #2E177A. Grayscale: #D6D6D6. Windows color (decimal): -3020667 or 8775889. OLE color: 8775889.

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

Color convert

RGB209232133-
CMYK0.1000.430.09
HSL73.94º68.28%71.57%-
HSV(B)73.94º42.67%90.98%-
XYZ59.3872.9633.14-
YUV213.8482.38124.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 232 (91.02% from 255) = 40.42%
BLUE value IS 133 (52.34% from 255) = 23.17%
R=36.41%
G=40.42%
B=23.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092321330.1000.430.0973.9468.2871.57
HexD1E885A02B94a4448
Octal3213502051205311112104110
Binary110100011110100010000101101001010111001100101010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E885; }

 p { color: rgb(209,232,133); }

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

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

 a { background-color: rgb(209,232,133); }

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

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

 span { border-color: rgb(209,232,133); }

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