#D2EA6D

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

Shades of Mindaro #D2EA6D

Tints of Mindaro #D2EA6D

Color information

#D2EA6D (or 0xD2EA6D) is unknown color: approx Mindaro. HEX triplet: D2, EA and 6D. RGB value is (210,234,109). Sum of RGB (Red+Green+Blue) = 210+234+109=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA6D is #2D1592. Grayscale: #D5D5D5. Windows color (decimal): -2954643 or 7203538. OLE color: 7203538.

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

Color convert

RGB210234109-
CMYK0.1000.530.08
HSL71.52º74.85%67.25%-
HSV(B)71.52º53.42%91.76%-
XYZ58.7673.6525.59-
YUV212.5769.55126.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 109 (42.97% from 255) = 19.71%
R=37.97%
G=42.31%
B=19.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341090.1000.530.0871.5274.8567.25
HexD2EA6DA0358484b43
Octal3223521551206510110113103
Binary11010010111010101101101101001101011000100100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA6D; }

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

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

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

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

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

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

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

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