#D2EA72

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

Shades of Mindaro #D2EA72

Tints of Mindaro #D2EA72

Color information

#D2EA72 (or 0xD2EA72) is unknown color: approx Mindaro. HEX triplet: D2, EA and 72. RGB value is (210,234,114). Sum of RGB (Red+Green+Blue) = 210+234+114=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA72 is #2D158D. Grayscale: #D5D5D5. Windows color (decimal): -2954638 or 7531218. OLE color: 7531218.

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

Color convert

RGB210234114-
CMYK0.1000.510.08
HSL72º74.07%68.24%-
HSV(B)72º51.28%91.76%-
XYZ59.0473.7627.05-
YUV213.1472.05125.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 114 (44.92% from 255) = 20.43%
R=37.63%
G=41.94%
B=20.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341140.1000.510.087274.0768.24
HexD2EA72A0338484a44
Octal3223521621206310110112104
Binary11010010111010101110010101001100111000100100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA72; }

 p { color: rgb(210,234,114); }

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

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

 a { background-color: rgb(210,234,114); }

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

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

 span { border-color: rgb(210,234,114); }

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