#D1EA6C

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

Shades of Mindaro #D1EA6C

Tints of Mindaro #D1EA6C

Color information

#D1EA6C (or 0xD1EA6C) is unknown color: approx Mindaro. HEX triplet: D1, EA and 6C. RGB value is (209,234,108). Sum of RGB (Red+Green+Blue) = 209+234+108=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA6C is #2E1593. Grayscale: #D4D4D4. Windows color (decimal): -3020180 or 7138001. OLE color: 7138001.

HSL color Cylindrical-coordinate representation of color #D1EA6C: hue angle of 71.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1EA6C is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB209234108-
CMYK0.1100.540.08
HSL71.9º75%67.06%-
HSV(B)71.9º53.85%91.76%-
XYZ58.4273.4825.29-
YUV212.1669.22125.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=37.93%
G=42.47%
B=19.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341080.1100.540.0871.97567.06
HexD1EA6CB0368484b43
Octal3213521541306610110113103
Binary11010001111010101101100101101101101000100100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EA6C; }

 p { color: rgb(209,234,108); }

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

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

 a { background-color: rgb(209,234,108); }

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

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

 span { border-color: rgb(209,234,108); }

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