#D0E576

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

Shades of Mindaro #D0E576

Tints of Mindaro #D0E576

Color information

#D0E576 (or 0xD0E576) is unknown color: approx Mindaro. HEX triplet: D0, E5 and 76. RGB value is (208,229,118). Sum of RGB (Red+Green+Blue) = 208+229+118=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E576 is #2F1A89. Grayscale: #D2D2D2. Windows color (decimal): -3086986 or 7792080. OLE color: 7792080.

HSL color Cylindrical-coordinate representation of color #D0E576: hue angle of 71.35º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0E576 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB208229118-
CMYK0.0900.480.10
HSL71.35º68.1%68.04%-
HSV(B)71.35º48.47%89.8%-
XYZ57.370.7627.78-
YUV210.0776.04126.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 229 (89.84% from 255) = 41.26%
BLUE value IS 118 (46.48% from 255) = 21.26%
R=37.48%
G=41.26%
B=21.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082291180.0900.480.1071.3568.168.04
HexD0E5769030A474444
Octal3203451661106012107104104
Binary11010000111001011110110100101100001010100011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E576; }

 p { color: rgb(208,229,118); }

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

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

 a { background-color: rgb(208,229,118); }

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

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

 span { border-color: rgb(208,229,118); }

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