Shades of Manz #DEF04D
Tints of Manz #DEF04D
RGB
CMYK
RGB Variations
Color information
#DEF04D (or 0xDEF04D) is known color: Manz. HEX triplet: DE, F0 and 4D. RGB value is (222,240,77). Sum of RGB (Red+Green+Blue) = 222+240+77=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF04D is #210FB2. Grayscale: #D8D8D8. Windows color (decimal): -2166707 or 5107934. OLE color: 5107934.
HSL color Cylindrical-coordinate representation of color #DEF04D: hue angle of 66.63º 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 #DEF04D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 66.63º | 0.84% | 0.62% | - |
| HSV(B) | 66.63º | 0.68% | 0.94% | - |
| XYZ | 62.62 | 78.39 | 18.85 | - |
| YUV | 216.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 77 | 0.08 | 0 | 0.68 | 0.06 | 66.63 | 0.84 | 0.62 |
| Hex | DE | F0 | 4D | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 336 | 360 | 115 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011110 | 11110000 | 1001101 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DEF04D
Complementary color
Monochromatic Colors of #DEF04D
Black with #DEF04D
Text Example
Text Example
White with #DEF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF04D; }
p { color: rgb(222,240,77); }
H1.HeaderClassName
{
color: #DEF04D;
}
.AnyTagClassName
{
color: #DEF04D;
}
</style>
background-color css
<style>
a { background-color: #DEF04D; }
a { background-color: rgb(222,240,77); }
div.DivClassName
{
background-color: #DEF04D;
}
.BgClassName
{
background-color: #DEF04D;
}
</style>
border-color css
<style>
span { border-color: #DEF04D; }
span { border-color: rgb(222,240,77); }
td.TdClassName
{
border-color: #DEF04D;
}
.TagClassName
{
border-color: #DEF04D;
}
</style>