Shades of Manz #DEF04E
Tints of Manz #DEF04E
RGB
CMYK
RGB Variations
Color information
#DEF04E (or 0xDEF04E) is known color: Manz. HEX triplet: DE, F0 and 4E. RGB value is (222,240,78). Sum of RGB (Red+Green+Blue) = 222+240+78=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF04E is #210FB1. Grayscale: #D8D8D8. Windows color (decimal): -2166706 or 5173470. OLE color: 5173470.
HSL color Cylindrical-coordinate representation of color #DEF04E: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEF04E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 78 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 66.67º | 0.84% | 0.62% | - |
| HSV(B) | 66.67º | 0.68% | 0.94% | - |
| XYZ | 62.66 | 78.4 | 19.04 | - |
| YUV | 216.15 | 50.04 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 78 | 0.08 | 0 | 0.68 | 0.06 | 66.67 | 0.84 | 0.62 |
| Hex | DE | F0 | 4E | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 336 | 360 | 116 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011110 | 11110000 | 1001110 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DEF04E
Complementary color
Monochromatic Colors of #DEF04E
Black with #DEF04E
Text Example
Text Example
White with #DEF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF04E; }
p { color: rgb(222,240,78); }
H1.HeaderClassName
{
color: #DEF04E;
}
.AnyTagClassName
{
color: #DEF04E;
}
</style>
background-color css
<style>
a { background-color: #DEF04E; }
a { background-color: rgb(222,240,78); }
div.DivClassName
{
background-color: #DEF04E;
}
.BgClassName
{
background-color: #DEF04E;
}
</style>
border-color css
<style>
span { border-color: #DEF04E; }
span { border-color: rgb(222,240,78); }
td.TdClassName
{
border-color: #DEF04E;
}
.TagClassName
{
border-color: #DEF04E;
}
</style>