Shades of Mindaro #D8FB78
Tints of Mindaro #D8FB78
RGB
CMYK
RGB Variations
Color information
#D8FB78 (or 0xD8FB78) is known color: Mindaro. HEX triplet: D8, FB and 78. RGB value is (216,251,120). Sum of RGB (Red+Green+Blue) = 216+251+120=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB78 is #270487. Grayscale: #E2E2E2. Windows color (decimal): -2557064 or 7928792. OLE color: 7928792.
HSL color Cylindrical-coordinate representation of color #D8FB78: hue angle of 76.03º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8FB78 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 120 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.02 |
| HSL | 76.03º | 0.94% | 0.73% | - |
| HSV(B) | 76.03º | 0.52% | 0.98% | - |
| XYZ | 66.21 | 84.95 | 30.68 | - |
| YUV | 225.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 120 | 0.14 | 0 | 0.52 | 0.02 | 76.03 | 0.94 | 0.73 |
| Hex | D8 | FB | 78 | E | 0 | 34 | 2 | 4C | 5E | 49 |
| Octal | 330 | 373 | 170 | 16 | 0 | 64 | 2 | 114 | 136 | 111 |
| Binary | 11011000 | 11111011 | 1111000 | 1110 | 0 | 110100 | 10 | 1001100 | 1011110 | 1001001 |
Color Harmonies of #D8FB78
Complementary color
Monochromatic Colors of #D8FB78
Black with #D8FB78
Text Example
Text Example
White with #D8FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB78; }
p { color: rgb(216,251,120); }
H1.HeaderClassName
{
color: #D8FB78;
}
.AnyTagClassName
{
color: #D8FB78;
}
</style>
background-color css
<style>
a { background-color: #D8FB78; }
a { background-color: rgb(216,251,120); }
div.DivClassName
{
background-color: #D8FB78;
}
.BgClassName
{
background-color: #D8FB78;
}
</style>
border-color css
<style>
span { border-color: #D8FB78; }
span { border-color: rgb(216,251,120); }
td.TdClassName
{
border-color: #D8FB78;
}
.TagClassName
{
border-color: #D8FB78;
}
</style>