Shades of Mindaro #D9F762
Tints of Mindaro #D9F762
RGB
CMYK
RGB Variations
Color information
#D9F762 (or 0xD9F762) is known color: Mindaro. HEX triplet: D9, F7 and 62. RGB value is (217,247,98). Sum of RGB (Red+Green+Blue) = 217+247+98=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F762 is #26089D. Grayscale: #DDDDDD. Windows color (decimal): -2492574 or 6485977. OLE color: 6485977.
HSL color Cylindrical-coordinate representation of color #D9F762: hue angle of 72.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9F762 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 247 | 98 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.03 |
| HSL | 72.08º | 0.9% | 0.68% | - |
| HSV(B) | 72.08º | 0.6% | 0.97% | - |
| XYZ | 64.08 | 82.16 | 24.04 | - |
| YUV | 221.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 247 | 98 | 0.12 | 0 | 0.60 | 0.03 | 72.08 | 0.9 | 0.68 |
| Hex | D9 | F7 | 62 | C | 0 | 3C | 3 | 48 | 5A | 44 |
| Octal | 331 | 367 | 142 | 14 | 0 | 74 | 3 | 110 | 132 | 104 |
| Binary | 11011001 | 11110111 | 1100010 | 1100 | 0 | 111100 | 11 | 1001000 | 1011010 | 1000100 |
Color Harmonies of #D9F762
Complementary color
Monochromatic Colors of #D9F762
Black with #D9F762
Text Example
Text Example
White with #D9F762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F762; }
p { color: rgb(217,247,98); }
H1.HeaderClassName
{
color: #D9F762;
}
.AnyTagClassName
{
color: #D9F762;
}
</style>
background-color css
<style>
a { background-color: #D9F762; }
a { background-color: rgb(217,247,98); }
div.DivClassName
{
background-color: #D9F762;
}
.BgClassName
{
background-color: #D9F762;
}
</style>
border-color css
<style>
span { border-color: #D9F762; }
span { border-color: rgb(217,247,98); }
td.TdClassName
{
border-color: #D9F762;
}
.TagClassName
{
border-color: #D9F762;
}
</style>