#D0EC7D

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

Shades of Sulu #D0EC7D

Tints of Sulu #D0EC7D

Color information

#D0EC7D (or 0xD0EC7D) is unknown color: approx Sulu. HEX triplet: D0, EC and 7D. RGB value is (208,236,125). Sum of RGB (Red+Green+Blue) = 208+236+125=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC7D is #2F1382. Grayscale: #D7D7D7. Windows color (decimal): -3085187 or 8252624. OLE color: 8252624.

HSL color Cylindrical-coordinate representation of color #D0EC7D: hue angle of 75.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0EC7D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB208236125-
CMYK0.1200.470.07
HSL75.14º74.5%70.78%-
HSV(B)75.14º47.03%92.55%-
XYZ59.7174.8830.71-
YUV214.9777.22123.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 125 (49.22% from 255) = 21.97%
R=36.56%
G=41.48%
B=21.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082361250.1200.470.0775.1474.570.78
HexD0EC7DC02F74b4a47
Octal320354175140577113112107
Binary1101000011101100111110111000101111111100101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EC7D; }

 p { color: rgb(208,236,125); }

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

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

 a { background-color: rgb(208,236,125); }

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

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

 span { border-color: rgb(208,236,125); }

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