#D0E05A

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

Shades of Mindaro #D0E05A

Tints of Mindaro #D0E05A

Color information

#D0E05A (or 0xD0E05A) is unknown color: approx Mindaro. HEX triplet: D0, E0 and 5A. RGB value is (208,224,90). Sum of RGB (Red+Green+Blue) = 208+224+90=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E05A is #2F1FA5. Grayscale: #CCCCCC. Windows color (decimal): -3088294 or 5955792. OLE color: 5955792.

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

Color convert

RGB20822490-
CMYK0.0700.600.12
HSL67.16º68.37%61.57%-
HSV(B)67.16º59.82%87.84%-
XYZ54.5167.4619.82-
YUV203.9463.7130.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 224 (87.89% from 255) = 42.91%
BLUE value IS 90 (35.55% from 255) = 17.24%
R=39.85%
G=42.91%
B=17.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208224900.0700.600.1267.1668.3761.57
HexD0E05A703CC43443e
Octal32034013270741410310476
Binary110100001110000010110101110111100110010000111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E05A; }

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

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

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

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

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

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

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

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