Shades of Mindaro #D8F565
Tints of Mindaro #D8F565
RGB
CMYK
RGB Variations
Color information
#D8F565 (or 0xD8F565) is known color: Mindaro. HEX triplet: D8, F5 and 65. RGB value is (216,245,101). Sum of RGB (Red+Green+Blue) = 216+245+101=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F565 is #270A9A. Grayscale: #DCDCDC. Windows color (decimal): -2558619 or 6682072. OLE color: 6682072.
HSL color Cylindrical-coordinate representation of color #D8F565: hue angle of 72.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8F565 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 101 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.04 |
| HSL | 72.08º | 0.88% | 0.68% | - |
| HSV(B) | 72.08º | 0.59% | 0.96% | - |
| XYZ | 63.32 | 80.84 | 24.58 | - |
| YUV | 219.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 101 | 0.12 | 0 | 0.59 | 0.04 | 72.08 | 0.88 | 0.68 |
| Hex | D8 | F5 | 65 | C | 0 | 3B | 4 | 48 | 58 | 44 |
| Octal | 330 | 365 | 145 | 14 | 0 | 73 | 4 | 110 | 130 | 104 |
| Binary | 11011000 | 11110101 | 1100101 | 1100 | 0 | 111011 | 100 | 1001000 | 1011000 | 1000100 |
Color Harmonies of #D8F565
Complementary color
Monochromatic Colors of #D8F565
Black with #D8F565
Text Example
Text Example
White with #D8F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F565; }
p { color: rgb(216,245,101); }
H1.HeaderClassName
{
color: #D8F565;
}
.AnyTagClassName
{
color: #D8F565;
}
</style>
background-color css
<style>
a { background-color: #D8F565; }
a { background-color: rgb(216,245,101); }
div.DivClassName
{
background-color: #D8F565;
}
.BgClassName
{
background-color: #D8F565;
}
</style>
border-color css
<style>
span { border-color: #D8F565; }
span { border-color: rgb(216,245,101); }
td.TdClassName
{
border-color: #D8F565;
}
.TagClassName
{
border-color: #D8F565;
}
</style>