Shades of Mindaro #D8F65D
Tints of Mindaro #D8F65D
RGB
CMYK
RGB Variations
Color information
#D8F65D (or 0xD8F65D) is known color: Mindaro. HEX triplet: D8, F6 and 5D. RGB value is (216,246,93). Sum of RGB (Red+Green+Blue) = 216+246+93=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F65D is #2709A2. Grayscale: #DCDCDC. Windows color (decimal): -2558371 or 6158040. OLE color: 6158040.
HSL color Cylindrical-coordinate representation of color #D8F65D: hue angle of 71.76º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8F65D is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 93 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.04 |
| HSL | 71.76º | 0.89% | 0.66% | - |
| HSV(B) | 71.76º | 0.62% | 0.96% | - |
| XYZ | 63.25 | 81.3 | 22.71 | - |
| YUV | 219.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 93 | 0.12 | 0 | 0.62 | 0.04 | 71.76 | 0.89 | 0.66 |
| Hex | D8 | F6 | 5D | C | 0 | 3E | 4 | 48 | 59 | 42 |
| Octal | 330 | 366 | 135 | 14 | 0 | 76 | 4 | 110 | 131 | 102 |
| Binary | 11011000 | 11110110 | 1011101 | 1100 | 0 | 111110 | 100 | 1001000 | 1011001 | 1000010 |
Color Harmonies of #D8F65D
Complementary color
Monochromatic Colors of #D8F65D
Black with #D8F65D
Text Example
Text Example
White with #D8F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F65D; }
p { color: rgb(216,246,93); }
H1.HeaderClassName
{
color: #D8F65D;
}
.AnyTagClassName
{
color: #D8F65D;
}
</style>
background-color css
<style>
a { background-color: #D8F65D; }
a { background-color: rgb(216,246,93); }
div.DivClassName
{
background-color: #D8F65D;
}
.BgClassName
{
background-color: #D8F65D;
}
</style>
border-color css
<style>
span { border-color: #D8F65D; }
span { border-color: rgb(216,246,93); }
td.TdClassName
{
border-color: #D8F65D;
}
.TagClassName
{
border-color: #D8F65D;
}
</style>