Shades of Mindaro #D8FC61
Tints of Mindaro #D8FC61
RGB
CMYK
RGB Variations
Color information
#D8FC61 (or 0xD8FC61) is known color: Mindaro. HEX triplet: D8, FC and 61. RGB value is (216,252,97). Sum of RGB (Red+Green+Blue) = 216+252+97=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FC61 is #27039E. Grayscale: #E0E0E0. Windows color (decimal): -2556831 or 6421720. OLE color: 6421720.
HSL color Cylindrical-coordinate representation of color #D8FC61: hue angle of 73.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8FC61 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 97 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.01 |
| HSL | 73.94º | 0.96% | 0.68% | - |
| HSV(B) | 73.94º | 0.62% | 0.99% | - |
| XYZ | 65.29 | 85.08 | 24.29 | - |
| YUV | 223.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 97 | 0.14 | 0 | 0.62 | 0.01 | 73.94 | 0.96 | 0.68 |
| Hex | D8 | FC | 61 | E | 0 | 3E | 1 | 4A | 60 | 44 |
| Octal | 330 | 374 | 141 | 16 | 0 | 76 | 1 | 112 | 140 | 104 |
| Binary | 11011000 | 11111100 | 1100001 | 1110 | 0 | 111110 | 1 | 1001010 | 1100000 | 1000100 |
Color Harmonies of #D8FC61
Complementary color
Monochromatic Colors of #D8FC61
Black with #D8FC61
Text Example
Text Example
White with #D8FC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FC61; }
p { color: rgb(216,252,97); }
H1.HeaderClassName
{
color: #D8FC61;
}
.AnyTagClassName
{
color: #D8FC61;
}
</style>
background-color css
<style>
a { background-color: #D8FC61; }
a { background-color: rgb(216,252,97); }
div.DivClassName
{
background-color: #D8FC61;
}
.BgClassName
{
background-color: #D8FC61;
}
</style>
border-color css
<style>
span { border-color: #D8FC61; }
span { border-color: rgb(216,252,97); }
td.TdClassName
{
border-color: #D8FC61;
}
.TagClassName
{
border-color: #D8FC61;
}
</style>