Shades of Mindaro #D8FF74
Tints of Mindaro #D8FF74
RGB
CMYK
RGB Variations
Color information
#D8FF74 (or 0xD8FF74) is known color: Mindaro. HEX triplet: D8, FF and 74. RGB value is (216,255,116). Sum of RGB (Red+Green+Blue) = 216+255+116=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FF74 is #27008B. Grayscale: #E4E4E4. Windows color (decimal): -2556044 or 7667672. OLE color: 7667672.
HSL color Cylindrical-coordinate representation of color #D8FF74: hue angle of 76.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8FF74 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 116 | - |
| CMYK | 0.15 | 0 | 0.55 | 0 |
| HSL | 76.83º | 1% | 0.73% | - |
| HSV(B) | 76.83º | 0.55% | 1% | - |
| XYZ | 67.23 | 87.38 | 29.85 | - |
| YUV | 227.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 116 | 0.15 | 0 | 0.55 | 0 | 76.83 | 1 | 0.73 |
| Hex | D8 | FF | 74 | F | 0 | 37 | 0 | 4D | 64 | 49 |
| Octal | 330 | 377 | 164 | 17 | 0 | 67 | 0 | 115 | 144 | 111 |
| Binary | 11011000 | 11111111 | 1110100 | 1111 | 0 | 110111 | 0 | 1001101 | 1100100 | 1001001 |
Color Harmonies of #D8FF74
Complementary color
Monochromatic Colors of #D8FF74
Black with #D8FF74
Text Example
Text Example
White with #D8FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF74; }
p { color: rgb(216,255,116); }
H1.HeaderClassName
{
color: #D8FF74;
}
.AnyTagClassName
{
color: #D8FF74;
}
</style>
background-color css
<style>
a { background-color: #D8FF74; }
a { background-color: rgb(216,255,116); }
div.DivClassName
{
background-color: #D8FF74;
}
.BgClassName
{
background-color: #D8FF74;
}
</style>
border-color css
<style>
span { border-color: #D8FF74; }
span { border-color: rgb(216,255,116); }
td.TdClassName
{
border-color: #D8FF74;
}
.TagClassName
{
border-color: #D8FF74;
}
</style>