#D1E17F

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

Shades of Mindaro #D1E17F

Tints of Mindaro #D1E17F

Color information

#D1E17F (or 0xD1E17F) is unknown color: approx Mindaro. HEX triplet: D1, E1 and 7F. RGB value is (209,225,127). Sum of RGB (Red+Green+Blue) = 209+225+127=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E17F is #2E1E80. Grayscale: #D1D1D1. Windows color (decimal): -3022465 or 8380881. OLE color: 8380881.

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

Color convert

RGB209225127-
CMYK0.0700.440.12
HSL69.8º62.03%69.02%-
HSV(B)69.8º43.56%88.24%-
XYZ57.0568.9430.38-
YUV209.0481.7127.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 127 (50% from 255) = 22.64%
R=37.25%
G=40.11%
B=22.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092251270.0700.440.1269.862.0369.02
HexD1E17F702CC463e45
Octal32134117770541410676105
Binary110100011110000111111111110101100110010001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E17F; }

 p { color: rgb(209,225,127); }

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

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

 a { background-color: rgb(209,225,127); }

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

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

 span { border-color: rgb(209,225,127); }

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