Shades of Mindaro #D9FE66
Tints of Mindaro #D9FE66
RGB
CMYK
RGB Variations
Color information
#D9FE66 (or 0xD9FE66) is known color: Mindaro. HEX triplet: D9, FE and 66. RGB value is (217,254,102). Sum of RGB (Red+Green+Blue) = 217+254+102=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE66 is #260199. Grayscale: #E2E2E2. Windows color (decimal): -2490778 or 6749913. OLE color: 6749913.
HSL color Cylindrical-coordinate representation of color #D9FE66: hue angle of 74.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9FE66 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 102 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.00 |
| HSL | 74.61º | 0.99% | 0.7% | - |
| HSV(B) | 74.61º | 0.6% | 1% | - |
| XYZ | 66.46 | 86.59 | 25.78 | - |
| YUV | 225.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 102 | 0.15 | 0 | 0.60 | 0.00 | 74.61 | 0.99 | 0.7 |
| Hex | D9 | FE | 66 | F | 0 | 3C | 0 | 4B | 63 | 46 |
| Octal | 331 | 376 | 146 | 17 | 0 | 74 | 0 | 113 | 143 | 106 |
| Binary | 11011001 | 11111110 | 1100110 | 1111 | 0 | 111100 | 0 | 1001011 | 1100011 | 1000110 |
Color Harmonies of #D9FE66
Complementary color
Monochromatic Colors of #D9FE66
Black with #D9FE66
Text Example
Text Example
White with #D9FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE66; }
p { color: rgb(217,254,102); }
H1.HeaderClassName
{
color: #D9FE66;
}
.AnyTagClassName
{
color: #D9FE66;
}
</style>
background-color css
<style>
a { background-color: #D9FE66; }
a { background-color: rgb(217,254,102); }
div.DivClassName
{
background-color: #D9FE66;
}
.BgClassName
{
background-color: #D9FE66;
}
</style>
border-color css
<style>
span { border-color: #D9FE66; }
span { border-color: rgb(217,254,102); }
td.TdClassName
{
border-color: #D9FE66;
}
.TagClassName
{
border-color: #D9FE66;
}
</style>