Shades of Mindaro #D9F278
Tints of Mindaro #D9F278
RGB
CMYK
RGB Variations
Color information
#D9F278 (or 0xD9F278) is known color: Mindaro. HEX triplet: D9, F2 and 78. RGB value is (217,242,120). Sum of RGB (Red+Green+Blue) = 217+242+120=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F278 is #260D87. Grayscale: #DDDDDD. Windows color (decimal): -2493832 or 7926489. OLE color: 7926489.
HSL color Cylindrical-coordinate representation of color #D9F278: hue angle of 72.3º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9F278 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 120 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.05 |
| HSL | 72.3º | 0.82% | 0.71% | - |
| HSV(B) | 72.3º | 0.5% | 0.95% | - |
| XYZ | 63.76 | 79.61 | 29.78 | - |
| YUV | 220.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 120 | 0.10 | 0 | 0.50 | 0.05 | 72.3 | 0.82 | 0.71 |
| Hex | D9 | F2 | 78 | A | 0 | 32 | 5 | 48 | 52 | 47 |
| Octal | 331 | 362 | 170 | 12 | 0 | 62 | 5 | 110 | 122 | 107 |
| Binary | 11011001 | 11110010 | 1111000 | 1010 | 0 | 110010 | 101 | 1001000 | 1010010 | 1000111 |
Color Harmonies of #D9F278
Complementary color
Monochromatic Colors of #D9F278
Black with #D9F278
Text Example
Text Example
White with #D9F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F278; }
p { color: rgb(217,242,120); }
H1.HeaderClassName
{
color: #D9F278;
}
.AnyTagClassName
{
color: #D9F278;
}
</style>
background-color css
<style>
a { background-color: #D9F278; }
a { background-color: rgb(217,242,120); }
div.DivClassName
{
background-color: #D9F278;
}
.BgClassName
{
background-color: #D9F278;
}
</style>
border-color css
<style>
span { border-color: #D9F278; }
span { border-color: rgb(217,242,120); }
td.TdClassName
{
border-color: #D9F278;
}
.TagClassName
{
border-color: #D9F278;
}
</style>