Shades of Mindaro #D8FD60
Tints of Mindaro #D8FD60
RGB
CMYK
RGB Variations
Color information
#D8FD60 (or 0xD8FD60) is known color: Mindaro. HEX triplet: D8, FD and 60. RGB value is (216,253,96). Sum of RGB (Red+Green+Blue) = 216+253+96=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD60 is #27029F. Grayscale: #E0E0E0. Windows color (decimal): -2556576 or 6356440. OLE color: 6356440.
HSL color Cylindrical-coordinate representation of color #D8FD60: hue angle of 74.14º degrees, saturation: 0.98, 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 #D8FD60 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 96 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.01 |
| HSL | 74.14º | 0.98% | 0.68% | - |
| HSV(B) | 74.14º | 0.62% | 0.99% | - |
| XYZ | 65.56 | 85.69 | 24.15 | - |
| YUV | 224.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 96 | 0.15 | 0 | 0.62 | 0.01 | 74.14 | 0.98 | 0.68 |
| Hex | D8 | FD | 60 | F | 0 | 3E | 1 | 4A | 62 | 44 |
| Octal | 330 | 375 | 140 | 17 | 0 | 76 | 1 | 112 | 142 | 104 |
| Binary | 11011000 | 11111101 | 1100000 | 1111 | 0 | 111110 | 1 | 1001010 | 1100010 | 1000100 |
Color Harmonies of #D8FD60
Complementary color
Monochromatic Colors of #D8FD60
Black with #D8FD60
Text Example
Text Example
White with #D8FD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD60; }
p { color: rgb(216,253,96); }
H1.HeaderClassName
{
color: #D8FD60;
}
.AnyTagClassName
{
color: #D8FD60;
}
</style>
background-color css
<style>
a { background-color: #D8FD60; }
a { background-color: rgb(216,253,96); }
div.DivClassName
{
background-color: #D8FD60;
}
.BgClassName
{
background-color: #D8FD60;
}
</style>
border-color css
<style>
span { border-color: #D8FD60; }
span { border-color: rgb(216,253,96); }
td.TdClassName
{
border-color: #D8FD60;
}
.TagClassName
{
border-color: #D8FD60;
}
</style>