#D1E86B

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

Shades of Mindaro #D1E86B

Tints of Mindaro #D1E86B

Color information

#D1E86B (or 0xD1E86B) is unknown color: approx Mindaro. HEX triplet: D1, E8 and 6B. RGB value is (209,232,107). Sum of RGB (Red+Green+Blue) = 209+232+107=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E86B is #2E1794. Grayscale: #D3D3D3. Windows color (decimal): -3020693 or 7071953. OLE color: 7071953.

HSL color Cylindrical-coordinate representation of color #D1E86B: hue angle of 71.04º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1E86B is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB209232107-
CMYK0.1000.540.09
HSL71.04º73.1%66.47%-
HSV(B)71.04º53.88%90.98%-
XYZ57.872.3324.82-
YUV210.8769.38126.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 232 (91.02% from 255) = 42.34%
BLUE value IS 107 (42.19% from 255) = 19.53%
R=38.14%
G=42.34%
B=19.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092321070.1000.540.0971.0473.166.47
HexD1E86BA0369474942
Octal3213501531206611107111102
Binary11010001111010001101011101001101101001100011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E86B; }

 p { color: rgb(209,232,107); }

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

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

 a { background-color: rgb(209,232,107); }

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

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

 span { border-color: rgb(209,232,107); }

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