Shades of Manz #D6F04F
Tints of Manz #D6F04F
RGB
CMYK
RGB Variations
Color information
#D6F04F (or 0xD6F04F) is known color: Manz. HEX triplet: D6, F0 and 4F. RGB value is (214,240,79). Sum of RGB (Red+Green+Blue) = 214+240+79=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F04F is #290FB0. Grayscale: #D6D6D6. Windows color (decimal): -2690993 or 5238998. OLE color: 5238998.
HSL color Cylindrical-coordinate representation of color #D6F04F: hue angle of 69.69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6F04F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 79 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.06 |
| HSL | 69.69º | 0.84% | 0.63% | - |
| HSV(B) | 69.69º | 0.67% | 0.94% | - |
| XYZ | 60.3 | 77.18 | 19.12 | - |
| YUV | 213.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 79 | 0.11 | 0 | 0.67 | 0.06 | 69.69 | 0.84 | 0.63 |
| Hex | D6 | F0 | 4F | B | 0 | 43 | 6 | 46 | 54 | 3F |
| Octal | 326 | 360 | 117 | 13 | 0 | 103 | 6 | 106 | 124 | 77 |
| Binary | 11010110 | 11110000 | 1001111 | 1011 | 0 | 1000011 | 110 | 1000110 | 1010100 | 111111 |
Color Harmonies of #D6F04F
Complementary color
Monochromatic Colors of #D6F04F
Black with #D6F04F
Text Example
Text Example
White with #D6F04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F04F; }
p { color: rgb(214,240,79); }
H1.HeaderClassName
{
color: #D6F04F;
}
.AnyTagClassName
{
color: #D6F04F;
}
</style>
background-color css
<style>
a { background-color: #D6F04F; }
a { background-color: rgb(214,240,79); }
div.DivClassName
{
background-color: #D6F04F;
}
.BgClassName
{
background-color: #D6F04F;
}
</style>
border-color css
<style>
span { border-color: #D6F04F; }
span { border-color: rgb(214,240,79); }
td.TdClassName
{
border-color: #D6F04F;
}
.TagClassName
{
border-color: #D6F04F;
}
</style>