Shades of Mindaro #D9FB66
Tints of Mindaro #D9FB66
RGB
CMYK
RGB Variations
Color information
#D9FB66 (or 0xD9FB66) is known color: Mindaro. HEX triplet: D9, FB and 66. RGB value is (217,251,102). Sum of RGB (Red+Green+Blue) = 217+251+102=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB66 is #260499. Grayscale: #E0E0E0. Windows color (decimal): -2491546 or 6749145. OLE color: 6749145.
HSL color Cylindrical-coordinate representation of color #D9FB66: hue angle of 73.69º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9FB66 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 102 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.02 |
| HSL | 73.69º | 0.95% | 0.69% | - |
| HSV(B) | 73.69º | 0.59% | 0.98% | - |
| XYZ | 65.51 | 84.71 | 25.47 | - |
| YUV | 223.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 102 | 0.14 | 0 | 0.59 | 0.02 | 73.69 | 0.95 | 0.69 |
| Hex | D9 | FB | 66 | E | 0 | 3B | 2 | 4A | 5F | 45 |
| Octal | 331 | 373 | 146 | 16 | 0 | 73 | 2 | 112 | 137 | 105 |
| Binary | 11011001 | 11111011 | 1100110 | 1110 | 0 | 111011 | 10 | 1001010 | 1011111 | 1000101 |
Color Harmonies of #D9FB66
Complementary color
Monochromatic Colors of #D9FB66
Black with #D9FB66
Text Example
Text Example
White with #D9FB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB66; }
p { color: rgb(217,251,102); }
H1.HeaderClassName
{
color: #D9FB66;
}
.AnyTagClassName
{
color: #D9FB66;
}
</style>
background-color css
<style>
a { background-color: #D9FB66; }
a { background-color: rgb(217,251,102); }
div.DivClassName
{
background-color: #D9FB66;
}
.BgClassName
{
background-color: #D9FB66;
}
</style>
border-color css
<style>
span { border-color: #D9FB66; }
span { border-color: rgb(217,251,102); }
td.TdClassName
{
border-color: #D9FB66;
}
.TagClassName
{
border-color: #D9FB66;
}
</style>