Shades of Mindaro #D8FF73
Tints of Mindaro #D8FF73
RGB
CMYK
RGB Variations
Color information
#D8FF73 (or 0xD8FF73) is known color: Mindaro. HEX triplet: D8, FF and 73. RGB value is (216,255,115). Sum of RGB (Red+Green+Blue) = 216+255+115=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FF73 is #27008C. Grayscale: #E3E3E3. Windows color (decimal): -2556045 or 7602136. OLE color: 7602136.
HSL color Cylindrical-coordinate representation of color #D8FF73: hue angle of 76.71º 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 #D8FF73 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 115 | - |
| CMYK | 0.15 | 0 | 0.55 | 0 |
| HSL | 76.71º | 1% | 0.73% | - |
| HSV(B) | 76.71º | 0.55% | 1% | - |
| XYZ | 67.17 | 87.36 | 29.54 | - |
| YUV | 227.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 115 | 0.15 | 0 | 0.55 | 0 | 76.71 | 1 | 0.73 |
| Hex | D8 | FF | 73 | F | 0 | 37 | 0 | 4D | 64 | 49 |
| Octal | 330 | 377 | 163 | 17 | 0 | 67 | 0 | 115 | 144 | 111 |
| Binary | 11011000 | 11111111 | 1110011 | 1111 | 0 | 110111 | 0 | 1001101 | 1100100 | 1001001 |
Color Harmonies of #D8FF73
Complementary color
Monochromatic Colors of #D8FF73
Black with #D8FF73
Text Example
Text Example
White with #D8FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF73; }
p { color: rgb(216,255,115); }
H1.HeaderClassName
{
color: #D8FF73;
}
.AnyTagClassName
{
color: #D8FF73;
}
</style>
background-color css
<style>
a { background-color: #D8FF73; }
a { background-color: rgb(216,255,115); }
div.DivClassName
{
background-color: #D8FF73;
}
.BgClassName
{
background-color: #D8FF73;
}
</style>
border-color css
<style>
span { border-color: #D8FF73; }
span { border-color: rgb(216,255,115); }
td.TdClassName
{
border-color: #D8FF73;
}
.TagClassName
{
border-color: #D8FF73;
}
</style>