#D0E885

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

Shades of Sulu #D0E885

Tints of Sulu #D0E885

Color information

#D0E885 (or 0xD0E885) is unknown color: approx Sulu. HEX triplet: D0, E8 and 85. RGB value is (208,232,133). Sum of RGB (Red+Green+Blue) = 208+232+133=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E885 is #2F177A. Grayscale: #D5D5D5. Windows color (decimal): -3086203 or 8775888. OLE color: 8775888.

HSL color Cylindrical-coordinate representation of color #D0E885: hue angle of 74.55º 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 #D0E885 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB208232133-
CMYK0.1000.430.09
HSL74.55º68.28%71.57%-
HSV(B)74.55º42.67%90.98%-
XYZ59.172.8233.13-
YUV213.5482.55124.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=36.30%
G=40.49%
B=23.21%

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
Decimal2082321330.1000.430.0974.5568.2871.57
HexD0E885A02B94b4448
Octal3203502051205311113104110
Binary110100001110100010000101101001010111001100101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E885; }

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

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

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

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

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

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

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

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