Shades of Mindaro #D8F278
Tints of Mindaro #D8F278
RGB
CMYK
RGB Variations
Color information
#D8F278 (or 0xD8F278) is known color: Mindaro. HEX triplet: D8, F2 and 78. RGB value is (216,242,120). Sum of RGB (Red+Green+Blue) = 216+242+120=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F278 is #270D87. Grayscale: #DCDCDC. Windows color (decimal): -2559368 or 7926488. OLE color: 7926488.
HSL color Cylindrical-coordinate representation of color #D8F278: hue angle of 72.79º 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 #D8F278 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 120 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.05 |
| HSL | 72.79º | 0.82% | 0.71% | - |
| HSV(B) | 72.79º | 0.5% | 0.95% | - |
| XYZ | 63.46 | 79.46 | 29.76 | - |
| YUV | 220.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 120 | 0.11 | 0 | 0.50 | 0.05 | 72.79 | 0.82 | 0.71 |
| Hex | D8 | F2 | 78 | B | 0 | 32 | 5 | 49 | 52 | 47 |
| Octal | 330 | 362 | 170 | 13 | 0 | 62 | 5 | 111 | 122 | 107 |
| Binary | 11011000 | 11110010 | 1111000 | 1011 | 0 | 110010 | 101 | 1001001 | 1010010 | 1000111 |
Color Harmonies of #D8F278
Complementary color
Monochromatic Colors of #D8F278
Black with #D8F278
Text Example
Text Example
White with #D8F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F278; }
p { color: rgb(216,242,120); }
H1.HeaderClassName
{
color: #D8F278;
}
.AnyTagClassName
{
color: #D8F278;
}
</style>
background-color css
<style>
a { background-color: #D8F278; }
a { background-color: rgb(216,242,120); }
div.DivClassName
{
background-color: #D8F278;
}
.BgClassName
{
background-color: #D8F278;
}
</style>
border-color css
<style>
span { border-color: #D8F278; }
span { border-color: rgb(216,242,120); }
td.TdClassName
{
border-color: #D8F278;
}
.TagClassName
{
border-color: #D8F278;
}
</style>