Shades of Mindaro #D8FC78
Tints of Mindaro #D8FC78
RGB
CMYK
RGB Variations
Color information
#D8FC78 (or 0xD8FC78) is known color: Mindaro. HEX triplet: D8, FC and 78. RGB value is (216,252,120). Sum of RGB (Red+Green+Blue) = 216+252+120=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FC78 is #270387. Grayscale: #E2E2E2. Windows color (decimal): -2556808 or 7929048. OLE color: 7929048.
HSL color Cylindrical-coordinate representation of color #D8FC78: hue angle of 76.36º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8FC78 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 120 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.01 |
| HSL | 76.36º | 0.96% | 0.73% | - |
| HSV(B) | 76.36º | 0.52% | 0.99% | - |
| XYZ | 66.52 | 85.58 | 30.78 | - |
| YUV | 226.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 120 | 0.14 | 0 | 0.52 | 0.01 | 76.36 | 0.96 | 0.73 |
| Hex | D8 | FC | 78 | E | 0 | 34 | 1 | 4C | 60 | 49 |
| Octal | 330 | 374 | 170 | 16 | 0 | 64 | 1 | 114 | 140 | 111 |
| Binary | 11011000 | 11111100 | 1111000 | 1110 | 0 | 110100 | 1 | 1001100 | 1100000 | 1001001 |
Color Harmonies of #D8FC78
Complementary color
Monochromatic Colors of #D8FC78
Black with #D8FC78
Text Example
Text Example
White with #D8FC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FC78; }
p { color: rgb(216,252,120); }
H1.HeaderClassName
{
color: #D8FC78;
}
.AnyTagClassName
{
color: #D8FC78;
}
</style>
background-color css
<style>
a { background-color: #D8FC78; }
a { background-color: rgb(216,252,120); }
div.DivClassName
{
background-color: #D8FC78;
}
.BgClassName
{
background-color: #D8FC78;
}
</style>
border-color css
<style>
span { border-color: #D8FC78; }
span { border-color: rgb(216,252,120); }
td.TdClassName
{
border-color: #D8FC78;
}
.TagClassName
{
border-color: #D8FC78;
}
</style>