#D0E986

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

Shades of Sulu #D0E986

Tints of Sulu #D0E986

Color information

#D0E986 (or 0xD0E986) is unknown color: approx Sulu. HEX triplet: D0, E9 and 86. RGB value is (208,233,134). Sum of RGB (Red+Green+Blue) = 208+233+134=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E986 is #2F1679. Grayscale: #D6D6D6. Windows color (decimal): -3085946 or 8841680. OLE color: 8841680.

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

Color convert

RGB208233134-
CMYK0.1100.420.09
HSL75.15º69.23%71.96%-
HSV(B)75.15º42.49%91.37%-
XYZ59.4573.4133.59-
YUV214.2482.72123.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 233 (91.41% from 255) = 40.52%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=36.17%
G=40.52%
B=23.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331340.1100.420.0975.1569.2371.96
HexD0E986B02A94b4548
Octal3203512061305211113105110
Binary110100001110100110000110101101010101001100101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E986; }

 p { color: rgb(208,233,134); }

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

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

 a { background-color: rgb(208,233,134); }

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

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

 span { border-color: rgb(208,233,134); }

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