Shades of Mindaro #D9F766
Tints of Mindaro #D9F766
RGB
CMYK
RGB Variations
Color information
#D9F766 (or 0xD9F766) is known color: Mindaro. HEX triplet: D9, F7 and 66. RGB value is (217,247,102). Sum of RGB (Red+Green+Blue) = 217+247+102=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F766 is #260899. Grayscale: #DEDEDE. Windows color (decimal): -2492570 or 6748121. OLE color: 6748121.
HSL color Cylindrical-coordinate representation of color #D9F766: hue angle of 72.41º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9F766 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 247 | 102 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.03 |
| HSL | 72.41º | 0.9% | 0.68% | - |
| HSV(B) | 72.41º | 0.59% | 0.97% | - |
| XYZ | 64.27 | 82.23 | 25.06 | - |
| YUV | 221.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 247 | 102 | 0.12 | 0 | 0.59 | 0.03 | 72.41 | 0.9 | 0.68 |
| Hex | D9 | F7 | 66 | C | 0 | 3B | 3 | 48 | 5A | 44 |
| Octal | 331 | 367 | 146 | 14 | 0 | 73 | 3 | 110 | 132 | 104 |
| Binary | 11011001 | 11110111 | 1100110 | 1100 | 0 | 111011 | 11 | 1001000 | 1011010 | 1000100 |
Color Harmonies of #D9F766
Complementary color
Monochromatic Colors of #D9F766
Black with #D9F766
Text Example
Text Example
White with #D9F766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F766; }
p { color: rgb(217,247,102); }
H1.HeaderClassName
{
color: #D9F766;
}
.AnyTagClassName
{
color: #D9F766;
}
</style>
background-color css
<style>
a { background-color: #D9F766; }
a { background-color: rgb(217,247,102); }
div.DivClassName
{
background-color: #D9F766;
}
.BgClassName
{
background-color: #D9F766;
}
</style>
border-color css
<style>
span { border-color: #D9F766; }
span { border-color: rgb(217,247,102); }
td.TdClassName
{
border-color: #D9F766;
}
.TagClassName
{
border-color: #D9F766;
}
</style>