Shades of Mindaro #D9F878
Tints of Mindaro #D9F878
RGB
CMYK
RGB Variations
Color information
#D9F878 (or 0xD9F878) is known color: Mindaro. HEX triplet: D9, F8 and 78. RGB value is (217,248,120). Sum of RGB (Red+Green+Blue) = 217+248+120=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F878 is #260787. Grayscale: #E0E0E0. Windows color (decimal): -2492296 or 7928025. OLE color: 7928025.
HSL color Cylindrical-coordinate representation of color #D9F878: hue angle of 74.53º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9F878 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 248 | 120 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.03 |
| HSL | 74.53º | 0.9% | 0.72% | - |
| HSV(B) | 74.53º | 0.52% | 0.97% | - |
| XYZ | 65.57 | 83.24 | 30.38 | - |
| YUV | 224.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 248 | 120 | 0.12 | 0 | 0.52 | 0.03 | 74.53 | 0.9 | 0.72 |
| Hex | D9 | F8 | 78 | C | 0 | 34 | 3 | 4B | 5A | 48 |
| Octal | 331 | 370 | 170 | 14 | 0 | 64 | 3 | 113 | 132 | 110 |
| Binary | 11011001 | 11111000 | 1111000 | 1100 | 0 | 110100 | 11 | 1001011 | 1011010 | 1001000 |
Color Harmonies of #D9F878
Complementary color
Monochromatic Colors of #D9F878
Black with #D9F878
Text Example
Text Example
White with #D9F878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F878; }
p { color: rgb(217,248,120); }
H1.HeaderClassName
{
color: #D9F878;
}
.AnyTagClassName
{
color: #D9F878;
}
</style>
background-color css
<style>
a { background-color: #D9F878; }
a { background-color: rgb(217,248,120); }
div.DivClassName
{
background-color: #D9F878;
}
.BgClassName
{
background-color: #D9F878;
}
</style>
border-color css
<style>
span { border-color: #D9F878; }
span { border-color: rgb(217,248,120); }
td.TdClassName
{
border-color: #D9F878;
}
.TagClassName
{
border-color: #D9F878;
}
</style>