Shades of Mindaro #D9F96B
Tints of Mindaro #D9F96B
RGB
CMYK
RGB Variations
Color information
#D9F96B (or 0xD9F96B) is known color: Mindaro. HEX triplet: D9, F9 and 6B. RGB value is (217,249,107). Sum of RGB (Red+Green+Blue) = 217+249+107=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F96B is #260694. Grayscale: #DFDFDF. Windows color (decimal): -2492053 or 7076313. OLE color: 7076313.
HSL color Cylindrical-coordinate representation of color #D9F96B: hue angle of 73.52º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9F96B is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 107 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.02 |
| HSL | 73.52º | 0.92% | 0.7% | - |
| HSV(B) | 73.52º | 0.57% | 0.98% | - |
| XYZ | 65.14 | 83.56 | 26.61 | - |
| YUV | 223.24 | 62.4 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 107 | 0.13 | 0 | 0.57 | 0.02 | 73.52 | 0.92 | 0.7 |
| Hex | D9 | F9 | 6B | D | 0 | 39 | 2 | 4A | 5C | 46 |
| Octal | 331 | 371 | 153 | 15 | 0 | 71 | 2 | 112 | 134 | 106 |
| Binary | 11011001 | 11111001 | 1101011 | 1101 | 0 | 111001 | 10 | 1001010 | 1011100 | 1000110 |
Color Harmonies of #D9F96B
Complementary color
Monochromatic Colors of #D9F96B
Black with #D9F96B
Text Example
Text Example
White with #D9F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F96B; }
p { color: rgb(217,249,107); }
H1.HeaderClassName
{
color: #D9F96B;
}
.AnyTagClassName
{
color: #D9F96B;
}
</style>
background-color css
<style>
a { background-color: #D9F96B; }
a { background-color: rgb(217,249,107); }
div.DivClassName
{
background-color: #D9F96B;
}
.BgClassName
{
background-color: #D9F96B;
}
</style>
border-color css
<style>
span { border-color: #D9F96B; }
span { border-color: rgb(217,249,107); }
td.TdClassName
{
border-color: #D9F96B;
}
.TagClassName
{
border-color: #D9F96B;
}
</style>