Shades of Mindaro #D9F96F
Tints of Mindaro #D9F96F
RGB
CMYK
RGB Variations
Color information
#D9F96F (or 0xD9F96F) is known color: Mindaro. HEX triplet: D9, F9 and 6F. RGB value is (217,249,111). Sum of RGB (Red+Green+Blue) = 217+249+111=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F96F is #260690. Grayscale: #E0E0E0. Windows color (decimal): -2492049 or 7338457. OLE color: 7338457.
HSL color Cylindrical-coordinate representation of color #D9F96F: hue angle of 73.91º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9F96F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 111 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.02 |
| HSL | 73.91º | 0.92% | 0.71% | - |
| HSV(B) | 73.91º | 0.55% | 0.98% | - |
| XYZ | 65.36 | 83.65 | 27.74 | - |
| YUV | 223.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 111 | 0.13 | 0 | 0.55 | 0.02 | 73.91 | 0.92 | 0.71 |
| Hex | D9 | F9 | 6F | D | 0 | 37 | 2 | 4A | 5C | 47 |
| Octal | 331 | 371 | 157 | 15 | 0 | 67 | 2 | 112 | 134 | 107 |
| Binary | 11011001 | 11111001 | 1101111 | 1101 | 0 | 110111 | 10 | 1001010 | 1011100 | 1000111 |
Color Harmonies of #D9F96F
Complementary color
Monochromatic Colors of #D9F96F
Black with #D9F96F
Text Example
Text Example
White with #D9F96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F96F; }
p { color: rgb(217,249,111); }
H1.HeaderClassName
{
color: #D9F96F;
}
.AnyTagClassName
{
color: #D9F96F;
}
</style>
background-color css
<style>
a { background-color: #D9F96F; }
a { background-color: rgb(217,249,111); }
div.DivClassName
{
background-color: #D9F96F;
}
.BgClassName
{
background-color: #D9F96F;
}
</style>
border-color css
<style>
span { border-color: #D9F96F; }
span { border-color: rgb(217,249,111); }
td.TdClassName
{
border-color: #D9F96F;
}
.TagClassName
{
border-color: #D9F96F;
}
</style>