Shades of Mindaro #D6FE4F
Tints of Mindaro #D6FE4F
RGB
CMYK
RGB Variations
Color information
#D6FE4F (or 0xD6FE4F) is known color: Mindaro. HEX triplet: D6, FE and 4F. RGB value is (214,254,79). Sum of RGB (Red+Green+Blue) = 214+254+79=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 79 (31.25% from 255 or 14.44% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE4F is #2901B0. Grayscale: #DEDEDE. Windows color (decimal): -2687409 or 5242582. OLE color: 5242582.
HSL color Cylindrical-coordinate representation of color #D6FE4F: hue angle of 73.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6FE4F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 79 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.00 |
| HSL | 73.71º | 0.99% | 0.65% | - |
| HSV(B) | 73.71º | 0.69% | 1% | - |
| XYZ | 64.58 | 85.74 | 20.54 | - |
| YUV | 222.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 79 | 0.16 | 0 | 0.69 | 0.00 | 73.71 | 0.99 | 0.65 |
| Hex | D6 | FE | 4F | 10 | 0 | 45 | 0 | 4A | 63 | 41 |
| Octal | 326 | 376 | 117 | 20 | 0 | 105 | 0 | 112 | 143 | 101 |
| Binary | 11010110 | 11111110 | 1001111 | 10000 | 0 | 1000101 | 0 | 1001010 | 1100011 | 1000001 |
Color Harmonies of #D6FE4F
Complementary color
Monochromatic Colors of #D6FE4F
Black with #D6FE4F
Text Example
Text Example
White with #D6FE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE4F; }
p { color: rgb(214,254,79); }
H1.HeaderClassName
{
color: #D6FE4F;
}
.AnyTagClassName
{
color: #D6FE4F;
}
</style>
background-color css
<style>
a { background-color: #D6FE4F; }
a { background-color: rgb(214,254,79); }
div.DivClassName
{
background-color: #D6FE4F;
}
.BgClassName
{
background-color: #D6FE4F;
}
</style>
border-color css
<style>
span { border-color: #D6FE4F; }
span { border-color: rgb(214,254,79); }
td.TdClassName
{
border-color: #D6FE4F;
}
.TagClassName
{
border-color: #D6FE4F;
}
</style>