Shades of Mindaro #D8F962
Tints of Mindaro #D8F962
RGB
CMYK
RGB Variations
Color information
#D8F962 (or 0xD8F962) is known color: Mindaro. HEX triplet: D8, F9 and 62. RGB value is (216,249,98). Sum of RGB (Red+Green+Blue) = 216+249+98=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 98 (38.67% from 255 or 17.41% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F962 is #27069D. Grayscale: #DEDEDE. Windows color (decimal): -2557598 or 6486488. OLE color: 6486488.
HSL color Cylindrical-coordinate representation of color #D8F962: hue angle of 73.11º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8F962 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 98 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.02 |
| HSL | 73.11º | 0.93% | 0.68% | - |
| HSV(B) | 73.11º | 0.61% | 0.98% | - |
| XYZ | 64.4 | 83.23 | 24.23 | - |
| YUV | 221.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 98 | 0.13 | 0 | 0.61 | 0.02 | 73.11 | 0.93 | 0.68 |
| Hex | D8 | F9 | 62 | D | 0 | 3D | 2 | 49 | 5D | 44 |
| Octal | 330 | 371 | 142 | 15 | 0 | 75 | 2 | 111 | 135 | 104 |
| Binary | 11011000 | 11111001 | 1100010 | 1101 | 0 | 111101 | 10 | 1001001 | 1011101 | 1000100 |
Color Harmonies of #D8F962
Complementary color
Monochromatic Colors of #D8F962
Black with #D8F962
Text Example
Text Example
White with #D8F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F962; }
p { color: rgb(216,249,98); }
H1.HeaderClassName
{
color: #D8F962;
}
.AnyTagClassName
{
color: #D8F962;
}
</style>
background-color css
<style>
a { background-color: #D8F962; }
a { background-color: rgb(216,249,98); }
div.DivClassName
{
background-color: #D8F962;
}
.BgClassName
{
background-color: #D8F962;
}
</style>
border-color css
<style>
span { border-color: #D8F962; }
span { border-color: rgb(216,249,98); }
td.TdClassName
{
border-color: #D8F962;
}
.TagClassName
{
border-color: #D8F962;
}
</style>