#D0E083

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

Shades of Sulu #D0E083

Tints of Sulu #D0E083

Color information

#D0E083 (or 0xD0E083) is unknown color: approx Sulu. HEX triplet: D0, E0 and 83. RGB value is (208,224,131). Sum of RGB (Red+Green+Blue) = 208+224+131=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E083 is #2F1F7C. Grayscale: #D0D0D0. Windows color (decimal): -3088253 or 8642768. OLE color: 8642768.

HSL color Cylindrical-coordinate representation of color #D0E083: hue angle of 70.32º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0E083 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB208224131-
CMYK0.0700.420.12
HSL70.32º60%69.61%-
HSV(B)70.32º41.52%87.84%-
XYZ56.7668.3631.68-
YUV208.6184.2127.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 224 (87.89% from 255) = 39.79%
BLUE value IS 131 (51.56% from 255) = 23.27%
R=36.94%
G=39.79%
B=23.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241310.0700.420.1270.326069.61
HexD0E083702AC463c46
Octal32034020370521410674106
Binary1101000011100000100000111110101010110010001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E083; }

 p { color: rgb(208,224,131); }

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

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

 a { background-color: rgb(208,224,131); }

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

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

 span { border-color: rgb(208,224,131); }

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