#D2E16E

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

Shades of Mindaro #D2E16E

Tints of Mindaro #D2E16E

Color information

#D2E16E (or 0xD2E16E) is unknown color: approx Mindaro. HEX triplet: D2, E1 and 6E. RGB value is (210,225,110). Sum of RGB (Red+Green+Blue) = 210+225+110=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E16E is #2D1E91. Grayscale: #CFCFCF. Windows color (decimal): -2956946 or 7266770. OLE color: 7266770.

HSL color Cylindrical-coordinate representation of color #D2E16E: hue angle of 67.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2E16E is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB210225110-
CMYK0.0700.510.12
HSL67.83º65.71%65.69%-
HSV(B)67.83º51.11%88.24%-
XYZ56.3268.6825.04-
YUV207.473.03129.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 110 (43.36% from 255) = 20.18%
R=38.53%
G=41.28%
B=20.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102251100.0700.510.1267.8365.7165.69
HexD2E16E7033C444242
Octal322341156706314104102102
Binary1101001011100001110111011101100111100100010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E16E; }

 p { color: rgb(210,225,110); }

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

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

 a { background-color: rgb(210,225,110); }

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

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

 span { border-color: rgb(210,225,110); }

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