#D2E16C

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

Shades of Mindaro #D2E16C

Tints of Mindaro #D2E16C

Color information

#D2E16C (or 0xD2E16C) is unknown color: approx Mindaro. HEX triplet: D2, E1 and 6C. RGB value is (210,225,108). Sum of RGB (Red+Green+Blue) = 210+225+108=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E16C is #2D1E93. Grayscale: #CFCFCF. Windows color (decimal): -2956948 or 7135698. OLE color: 7135698.

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

Color convert

RGB210225108-
CMYK0.0700.520.12
HSL67.69º66.1%65.29%-
HSV(B)67.69º52%88.24%-
XYZ56.2168.6324.47-
YUV207.1872.03130.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 225 (88.28% from 255) = 41.44%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=38.67%
G=41.44%
B=19.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102251080.0700.520.1267.6966.165.29
HexD2E16C7034C444241
Octal322341154706414104102101
Binary1101001011100001110110011101101001100100010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E16C; }

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

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

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

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

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

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

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

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