#D2E167

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

Shades of Mindaro #D2E167

Tints of Mindaro #D2E167

Color information

#D2E167 (or 0xD2E167) is unknown color: approx Mindaro. HEX triplet: D2, E1 and 67. RGB value is (210,225,103). Sum of RGB (Red+Green+Blue) = 210+225+103=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E167 is #2D1E98. Grayscale: #CFCFCF. Windows color (decimal): -2956953 or 6808018. OLE color: 6808018.

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

Color convert

RGB210225103-
CMYK0.0700.540.12
HSL67.38º67.03%64.31%-
HSV(B)67.38º54.22%88.24%-
XYZ55.9568.5323.11-
YUV206.6169.53130.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 103 (40.62% from 255) = 19.14%
R=39.03%
G=41.82%
B=19.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102251030.0700.540.1267.3867.0364.31
HexD2E1677036C434340
Octal322341147706614103103100
Binary1101001011100001110011111101101101100100001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E167; }

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

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

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

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

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

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

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

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