#d1e27c

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

Shades of Mindaro #D1E27C

Tints of Mindaro #D1E27C

Color information

#D1E27C (or 0xD1E27C) is unknown color: approx Mindaro. HEX triplet: D1, E2 and 7C. RGB value is (209,226,124). Sum of RGB (Red+Green+Blue) = 209+226+124=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E27C is #2E1D83. Grayscale: #D1D1D1. Windows color (decimal): -3022212 or 8184529. OLE color: 8184529.

HSL color Cylindrical-coordinate representation of color #D1E27C: hue angle of 70º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1E27C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB209226124-
CMYK0.0800.450.11
HSL70º63.75%68.63%-
HSV(B)70º45.13%88.63%-
XYZ57.1369.429.45-
YUV209.2979.87127.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 124 (48.83% from 255) = 22.18%
R=37.39%
G=40.43%
B=22.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092261240.0800.450.117063.7568.63
HexD1E27C802DB464045
Octal3213421741005513106100105
Binary11010001111000101111100100001011011011100011010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1e27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1e27c; }

 p { color: rgb(209,226,124); }

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

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

 a { background-color: rgb(209,226,124); }

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

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

 span { border-color: rgb(209,226,124); }

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