Shades of Mindaro #D9F06C
Tints of Mindaro #D9F06C
RGB
CMYK
RGB Variations
Color information
#D9F06C (or 0xD9F06C) is known color: Mindaro. HEX triplet: D9, F0 and 6C. RGB value is (217,240,108). Sum of RGB (Red+Green+Blue) = 217+240+108=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F06C is #260F93. Grayscale: #DADADA. Windows color (decimal): -2494356 or 7139545. OLE color: 7139545.
HSL color Cylindrical-coordinate representation of color #D9F06C: hue angle of 70.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9F06C is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 108 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.06 |
| HSL | 70.45º | 0.81% | 0.68% | - |
| HSV(B) | 70.45º | 0.55% | 0.94% | - |
| XYZ | 62.48 | 78.15 | 25.98 | - |
| YUV | 218.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 108 | 0.10 | 0 | 0.55 | 0.06 | 70.45 | 0.81 | 0.68 |
| Hex | D9 | F0 | 6C | A | 0 | 37 | 6 | 46 | 51 | 44 |
| Octal | 331 | 360 | 154 | 12 | 0 | 67 | 6 | 106 | 121 | 104 |
| Binary | 11011001 | 11110000 | 1101100 | 1010 | 0 | 110111 | 110 | 1000110 | 1010001 | 1000100 |
Color Harmonies of #D9F06C
Complementary color
Monochromatic Colors of #D9F06C
Black with #D9F06C
Text Example
Text Example
White with #D9F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F06C; }
p { color: rgb(217,240,108); }
H1.HeaderClassName
{
color: #D9F06C;
}
.AnyTagClassName
{
color: #D9F06C;
}
</style>
background-color css
<style>
a { background-color: #D9F06C; }
a { background-color: rgb(217,240,108); }
div.DivClassName
{
background-color: #D9F06C;
}
.BgClassName
{
background-color: #D9F06C;
}
</style>
border-color css
<style>
span { border-color: #D9F06C; }
span { border-color: rgb(217,240,108); }
td.TdClassName
{
border-color: #D9F06C;
}
.TagClassName
{
border-color: #D9F06C;
}
</style>