#D9EB81

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

Shades of Mindaro #D9EB81

Tints of Mindaro #D9EB81

Color information

#D9EB81 (or 0xD9EB81) is unknown color: approx Mindaro. HEX triplet: D9, EB and 81. RGB value is (217,235,129). Sum of RGB (Red+Green+Blue) = 217+235+129=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EB81 is #26147E. Grayscale: #D9D9D9. Windows color (decimal): -2495615 or 8514521. OLE color: 8514521.

HSL color Cylindrical-coordinate representation of color #D9EB81: hue angle of 70.19º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9EB81 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB217235129-
CMYK0.0800.450.08
HSL70.19º72.6%71.37%-
HSV(B)70.19º45.11%92.16%-
XYZ62.2975.7532.11-
YUV217.5378.04127.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 129 (50.78% from 255) = 22.20%
R=37.35%
G=40.45%
B=22.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351290.0800.450.0870.1972.671.37
HexD9EB81802D8464947
Octal3313532011005510106111107
Binary110110011110101110000001100001011011000100011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EB81; }

 p { color: rgb(217,235,129); }

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

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

 a { background-color: rgb(217,235,129); }

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

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

 span { border-color: rgb(217,235,129); }

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