#D0E47A

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

Shades of Mindaro #D0E47A

Tints of Mindaro #D0E47A

Color information

#D0E47A (or 0xD0E47A) is unknown color: approx Mindaro. HEX triplet: D0, E4 and 7A. RGB value is (208,228,122). Sum of RGB (Red+Green+Blue) = 208+228+122=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E47A is #2F1B85. Grayscale: #D2D2D2. Windows color (decimal): -3087238 or 8053968. OLE color: 8053968.

HSL color Cylindrical-coordinate representation of color #D0E47A: hue angle of 71.32º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E47A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB208228122-
CMYK0.0900.460.11
HSL71.32º66.25%68.63%-
HSV(B)71.32º46.49%89.41%-
XYZ57.2770.328.96-
YUV209.9478.37126.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 228 (89.45% from 255) = 40.86%
BLUE value IS 122 (48.05% from 255) = 21.86%
R=37.28%
G=40.86%
B=21.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082281220.0900.460.1171.3266.2568.63
HexD0E47A902EB474245
Octal3203441721105613107102105
Binary11010000111001001111010100101011101011100011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E47A; }

 p { color: rgb(208,228,122); }

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

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

 a { background-color: rgb(208,228,122); }

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

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

 span { border-color: rgb(208,228,122); }

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