Shades of Mindaro #D6F279
Tints of Mindaro #D6F279
RGB
CMYK
RGB Variations
Color information
#D6F279 (or 0xD6F279) is known color: Mindaro. HEX triplet: D6, F2 and 79. RGB value is (214,242,121). Sum of RGB (Red+Green+Blue) = 214+242+121=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 121 (47.66% from 255 or 20.97% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F279 is #290D86. Grayscale: #DCDCDC. Windows color (decimal): -2690439 or 7992022. OLE color: 7992022.
HSL color Cylindrical-coordinate representation of color #D6F279: hue angle of 73.88º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F279 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 121 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.05 |
| HSL | 73.88º | 0.82% | 0.71% | - |
| HSV(B) | 73.88º | 0.5% | 0.95% | - |
| XYZ | 62.93 | 79.18 | 30.06 | - |
| YUV | 219.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 121 | 0.12 | 0 | 0.50 | 0.05 | 73.88 | 0.82 | 0.71 |
| Hex | D6 | F2 | 79 | C | 0 | 32 | 5 | 4A | 52 | 47 |
| Octal | 326 | 362 | 171 | 14 | 0 | 62 | 5 | 112 | 122 | 107 |
| Binary | 11010110 | 11110010 | 1111001 | 1100 | 0 | 110010 | 101 | 1001010 | 1010010 | 1000111 |
Color Harmonies of #D6F279
Complementary color
Monochromatic Colors of #D6F279
Black with #D6F279
Text Example
Text Example
White with #D6F279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F279; }
p { color: rgb(214,242,121); }
H1.HeaderClassName
{
color: #D6F279;
}
.AnyTagClassName
{
color: #D6F279;
}
</style>
background-color css
<style>
a { background-color: #D6F279; }
a { background-color: rgb(214,242,121); }
div.DivClassName
{
background-color: #D6F279;
}
.BgClassName
{
background-color: #D6F279;
}
</style>
border-color css
<style>
span { border-color: #D6F279; }
span { border-color: rgb(214,242,121); }
td.TdClassName
{
border-color: #D6F279;
}
.TagClassName
{
border-color: #D6F279;
}
</style>