Shades of Mindaro #D9F96E
Tints of Mindaro #D9F96E
RGB
CMYK
RGB Variations
Color information
#D9F96E (or 0xD9F96E) is known color: Mindaro. HEX triplet: D9, F9 and 6E. RGB value is (217,249,110). Sum of RGB (Red+Green+Blue) = 217+249+110=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F96E is #260691. Grayscale: #E0E0E0. Windows color (decimal): -2492050 or 7272921. OLE color: 7272921.
HSL color Cylindrical-coordinate representation of color #D9F96E: hue angle of 73.81º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9F96E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 110 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.02 |
| HSL | 73.81º | 0.92% | 0.7% | - |
| HSV(B) | 73.81º | 0.56% | 0.98% | - |
| XYZ | 65.31 | 83.63 | 27.45 | - |
| YUV | 223.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 110 | 0.13 | 0 | 0.56 | 0.02 | 73.81 | 0.92 | 0.7 |
| Hex | D9 | F9 | 6E | D | 0 | 38 | 2 | 4A | 5C | 46 |
| Octal | 331 | 371 | 156 | 15 | 0 | 70 | 2 | 112 | 134 | 106 |
| Binary | 11011001 | 11111001 | 1101110 | 1101 | 0 | 111000 | 10 | 1001010 | 1011100 | 1000110 |
Color Harmonies of #D9F96E
Complementary color
Monochromatic Colors of #D9F96E
Black with #D9F96E
Text Example
Text Example
White with #D9F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F96E; }
p { color: rgb(217,249,110); }
H1.HeaderClassName
{
color: #D9F96E;
}
.AnyTagClassName
{
color: #D9F96E;
}
</style>
background-color css
<style>
a { background-color: #D9F96E; }
a { background-color: rgb(217,249,110); }
div.DivClassName
{
background-color: #D9F96E;
}
.BgClassName
{
background-color: #D9F96E;
}
</style>
border-color css
<style>
span { border-color: #D9F96E; }
span { border-color: rgb(217,249,110); }
td.TdClassName
{
border-color: #D9F96E;
}
.TagClassName
{
border-color: #D9F96E;
}
</style>