Shades of Mindaro #D8FD64
Tints of Mindaro #D8FD64
RGB
CMYK
RGB Variations
Color information
#D8FD64 (or 0xD8FD64) is known color: Mindaro. HEX triplet: D8, FD and 64. RGB value is (216,253,100). Sum of RGB (Red+Green+Blue) = 216+253+100=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD64 is #27029B. Grayscale: #E1E1E1. Windows color (decimal): -2556572 or 6618584. OLE color: 6618584.
HSL color Cylindrical-coordinate representation of color #D8FD64: hue angle of 74.51º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8FD64 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 100 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.01 |
| HSL | 74.51º | 0.97% | 0.69% | - |
| HSV(B) | 74.51º | 0.6% | 0.99% | - |
| XYZ | 65.74 | 85.77 | 25.15 | - |
| YUV | 224.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 100 | 0.15 | 0 | 0.60 | 0.01 | 74.51 | 0.97 | 0.69 |
| Hex | D8 | FD | 64 | F | 0 | 3C | 1 | 4B | 61 | 45 |
| Octal | 330 | 375 | 144 | 17 | 0 | 74 | 1 | 113 | 141 | 105 |
| Binary | 11011000 | 11111101 | 1100100 | 1111 | 0 | 111100 | 1 | 1001011 | 1100001 | 1000101 |
Color Harmonies of #D8FD64
Complementary color
Monochromatic Colors of #D8FD64
Black with #D8FD64
Text Example
Text Example
White with #D8FD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD64; }
p { color: rgb(216,253,100); }
H1.HeaderClassName
{
color: #D8FD64;
}
.AnyTagClassName
{
color: #D8FD64;
}
</style>
background-color css
<style>
a { background-color: #D8FD64; }
a { background-color: rgb(216,253,100); }
div.DivClassName
{
background-color: #D8FD64;
}
.BgClassName
{
background-color: #D8FD64;
}
</style>
border-color css
<style>
span { border-color: #D8FD64; }
span { border-color: rgb(216,253,100); }
td.TdClassName
{
border-color: #D8FD64;
}
.TagClassName
{
border-color: #D8FD64;
}
</style>