#D1E16E

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

Shades of Mindaro #D1E16E

Tints of Mindaro #D1E16E

Color information

#D1E16E (or 0xD1E16E) is unknown color: approx Mindaro. HEX triplet: D1, E1 and 6E. RGB value is (209,225,110). Sum of RGB (Red+Green+Blue) = 209+225+110=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E16E is #2E1E91. Grayscale: #CFCFCF. Windows color (decimal): -3022482 or 7266769. OLE color: 7266769.

HSL color Cylindrical-coordinate representation of color #D1E16E: hue angle of 68.35º 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 #D1E16E is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB209225110-
CMYK0.0700.510.12
HSL68.35º65.71%65.69%-
HSV(B)68.35º51.11%88.24%-
XYZ56.0368.5325.03-
YUV207.1173.2129.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=38.42%
G=41.36%
B=20.22%

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
Decimal2092251100.0700.510.1268.3565.7165.69
HexD1E16E7033C444242
Octal321341156706314104102102
Binary1101000111100001110111011101100111100100010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E16E; }

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

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

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

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

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

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

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

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