Shades of Mindaro #D9E280
Tints of Mindaro #D9E280
RGB
CMYK
RGB Variations
Color information
#D9E280 (or 0xD9E280) is known color: Mindaro. HEX triplet: D9, E2 and 80. RGB value is (217,226,128). Sum of RGB (Red+Green+Blue) = 217+226+128=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E280 is #261D7F. Grayscale: #D4D4D4. Windows color (decimal): -2497920 or 8446681. OLE color: 8446681.
HSL color Cylindrical-coordinate representation of color #D9E280: hue angle of 65.51º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9E280 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 128 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.11 |
| HSL | 65.51º | 0.63% | 0.69% | - |
| HSV(B) | 65.51º | 0.43% | 0.89% | - |
| XYZ | 59.71 | 70.7 | 30.92 | - |
| YUV | 212.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 128 | 0.04 | 0 | 0.43 | 0.11 | 65.51 | 0.63 | 0.69 |
| Hex | D9 | E2 | 80 | 4 | 0 | 2B | B | 42 | 3F | 45 |
| Octal | 331 | 342 | 200 | 4 | 0 | 53 | 13 | 102 | 77 | 105 |
| Binary | 11011001 | 11100010 | 10000000 | 100 | 0 | 101011 | 1011 | 1000010 | 111111 | 1000101 |
Color Harmonies of #D9E280
Complementary color
Monochromatic Colors of #D9E280
Black with #D9E280
Text Example
Text Example
White with #D9E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E280; }
p { color: rgb(217,226,128); }
H1.HeaderClassName
{
color: #D9E280;
}
.AnyTagClassName
{
color: #D9E280;
}
</style>
background-color css
<style>
a { background-color: #D9E280; }
a { background-color: rgb(217,226,128); }
div.DivClassName
{
background-color: #D9E280;
}
.BgClassName
{
background-color: #D9E280;
}
</style>
border-color css
<style>
span { border-color: #D9E280; }
span { border-color: rgb(217,226,128); }
td.TdClassName
{
border-color: #D9E280;
}
.TagClassName
{
border-color: #D9E280;
}
</style>