#D0E98D

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

Shades of Sulu #D0E98D

Tints of Sulu #D0E98D

Color information

#D0E98D (or 0xD0E98D) is unknown color: approx Sulu. HEX triplet: D0, E9 and 8D. RGB value is (208,233,141). Sum of RGB (Red+Green+Blue) = 208+233+141=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E98D is #2F1672. Grayscale: #D7D7D7. Windows color (decimal): -3085939 or 9300432. OLE color: 9300432.

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

Color convert

RGB208233141-
CMYK0.1100.390.09
HSL76.3º67.65%73.33%-
HSV(B)76.3º39.48%91.37%-
XYZ59.9673.6136.25-
YUV215.0486.22122.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=35.74%
G=40.03%
B=24.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331410.1100.390.0976.367.6573.33
HexD0E98DB02794c4449
Octal3203512151304711114104111
Binary110100001110100110001101101101001111001100110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E98D; }

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

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

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

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

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

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

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

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