Shades of Mindaro #D8FE74
Tints of Mindaro #D8FE74
RGB
CMYK
RGB Variations
Color information
#D8FE74 (or 0xD8FE74) is known color: Mindaro. HEX triplet: D8, FE and 74. RGB value is (216,254,116). Sum of RGB (Red+Green+Blue) = 216+254+116=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FE74 is #27018B. Grayscale: #E3E3E3. Windows color (decimal): -2556300 or 7667416. OLE color: 7667416.
HSL color Cylindrical-coordinate representation of color #D8FE74: hue angle of 76.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8FE74 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 116 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.00 |
| HSL | 76.52º | 0.99% | 0.73% | - |
| HSV(B) | 76.52º | 0.54% | 1% | - |
| XYZ | 66.91 | 86.74 | 29.74 | - |
| YUV | 226.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 116 | 0.15 | 0 | 0.54 | 0.00 | 76.52 | 0.99 | 0.73 |
| Hex | D8 | FE | 74 | F | 0 | 36 | 0 | 4D | 63 | 49 |
| Octal | 330 | 376 | 164 | 17 | 0 | 66 | 0 | 115 | 143 | 111 |
| Binary | 11011000 | 11111110 | 1110100 | 1111 | 0 | 110110 | 0 | 1001101 | 1100011 | 1001001 |
Color Harmonies of #D8FE74
Complementary color
Monochromatic Colors of #D8FE74
Black with #D8FE74
Text Example
Text Example
White with #D8FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE74; }
p { color: rgb(216,254,116); }
H1.HeaderClassName
{
color: #D8FE74;
}
.AnyTagClassName
{
color: #D8FE74;
}
</style>
background-color css
<style>
a { background-color: #D8FE74; }
a { background-color: rgb(216,254,116); }
div.DivClassName
{
background-color: #D8FE74;
}
.BgClassName
{
background-color: #D8FE74;
}
</style>
border-color css
<style>
span { border-color: #D8FE74; }
span { border-color: rgb(216,254,116); }
td.TdClassName
{
border-color: #D8FE74;
}
.TagClassName
{
border-color: #D8FE74;
}
</style>