#D2EA73

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

Shades of Mindaro #D2EA73

Tints of Mindaro #D2EA73

Color information

#D2EA73 (or 0xD2EA73) is unknown color: approx Mindaro. HEX triplet: D2, EA and 73. RGB value is (210,234,115). Sum of RGB (Red+Green+Blue) = 210+234+115=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA73 is #2D158C. Grayscale: #D5D5D5. Windows color (decimal): -2954637 or 7596754. OLE color: 7596754.

HSL color Cylindrical-coordinate representation of color #D2EA73: hue angle of 72.1º 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 #D2EA73 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB210234115-
CMYK0.1000.510.08
HSL72.1º73.91%68.43%-
HSV(B)72.1º50.85%91.76%-
XYZ59.173.7927.35-
YUV213.2672.55125.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 115 (45.31% from 255) = 20.57%
R=37.57%
G=41.86%
B=20.57%

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
Decimal2102341150.1000.510.0872.173.9168.43
HexD2EA73A0338484a44
Octal3223521631206310110112104
Binary11010010111010101110011101001100111000100100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA73; }

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

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

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

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

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

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

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

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