#D1EA70

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

Shades of Mindaro #D1EA70

Tints of Mindaro #D1EA70

Color information

#D1EA70 (or 0xD1EA70) is unknown color: approx Mindaro. HEX triplet: D1, EA and 70. RGB value is (209,234,112). Sum of RGB (Red+Green+Blue) = 209+234+112=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA70 is #2E158F. Grayscale: #D5D5D5. Windows color (decimal): -3020176 or 7400145. OLE color: 7400145.

HSL color Cylindrical-coordinate representation of color #D1EA70: hue angle of 72.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1EA70 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB209234112-
CMYK0.1100.520.08
HSL72.3º74.39%67.84%-
HSV(B)72.3º52.14%91.76%-
XYZ58.6473.5726.44-
YUV212.6271.22125.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 112 (44.14% from 255) = 20.18%
R=37.66%
G=42.16%
B=20.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341120.1100.520.0872.374.3967.84
HexD1EA70B0348484a44
Octal3213521601306410110112104
Binary11010001111010101110000101101101001000100100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EA70; }

 p { color: rgb(209,234,112); }

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

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

 a { background-color: rgb(209,234,112); }

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

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

 span { border-color: rgb(209,234,112); }

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