Shades of Mindaro #D8FF64
Tints of Mindaro #D8FF64
RGB
CMYK
RGB Variations
Color information
#D8FF64 (or 0xD8FF64) is known color: Mindaro. HEX triplet: D8, FF and 64. RGB value is (216,255,100). Sum of RGB (Red+Green+Blue) = 216+255+100=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 100 (39.45% from 255 or 17.51% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FF64 is #27009B. Grayscale: #E2E2E2. Windows color (decimal): -2556060 or 6619096. OLE color: 6619096.
HSL color Cylindrical-coordinate representation of color #D8FF64: hue angle of 75.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8FF64 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 100 | - |
| CMYK | 0.15 | 0 | 0.61 | 0 |
| HSL | 75.1º | 1% | 0.7% | - |
| HSV(B) | 75.1º | 0.61% | 1% | - |
| XYZ | 66.38 | 87.04 | 25.36 | - |
| YUV | 225.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 100 | 0.15 | 0 | 0.61 | 0 | 75.1 | 1 | 0.7 |
| Hex | D8 | FF | 64 | F | 0 | 3D | 0 | 4B | 64 | 46 |
| Octal | 330 | 377 | 144 | 17 | 0 | 75 | 0 | 113 | 144 | 106 |
| Binary | 11011000 | 11111111 | 1100100 | 1111 | 0 | 111101 | 0 | 1001011 | 1100100 | 1000110 |
Color Harmonies of #D8FF64
Complementary color
Monochromatic Colors of #D8FF64
Black with #D8FF64
Text Example
Text Example
White with #D8FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF64; }
p { color: rgb(216,255,100); }
H1.HeaderClassName
{
color: #D8FF64;
}
.AnyTagClassName
{
color: #D8FF64;
}
</style>
background-color css
<style>
a { background-color: #D8FF64; }
a { background-color: rgb(216,255,100); }
div.DivClassName
{
background-color: #D8FF64;
}
.BgClassName
{
background-color: #D8FF64;
}
</style>
border-color css
<style>
span { border-color: #D8FF64; }
span { border-color: rgb(216,255,100); }
td.TdClassName
{
border-color: #D8FF64;
}
.TagClassName
{
border-color: #D8FF64;
}
</style>