Shades of Manz #DEF24D
Tints of Manz #DEF24D
RGB
CMYK
RGB Variations
Color information
#DEF24D (or 0xDEF24D) is known color: Manz. HEX triplet: DE, F2 and 4D. RGB value is (222,242,77). Sum of RGB (Red+Green+Blue) = 222+242+77=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF24D is #210DB2. Grayscale: #D9D9D9. Windows color (decimal): -2166195 or 5108446. OLE color: 5108446.
HSL color Cylindrical-coordinate representation of color #DEF24D: hue angle of 67.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEF24D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.05 |
| HSL | 67.27º | 0.86% | 0.63% | - |
| HSV(B) | 67.27º | 0.68% | 0.95% | - |
| XYZ | 63.22 | 79.57 | 19.05 | - |
| YUV | 217.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 77 | 0.08 | 0 | 0.68 | 0.05 | 67.27 | 0.86 | 0.63 |
| Hex | DE | F2 | 4D | 8 | 0 | 44 | 5 | 43 | 56 | 3F |
| Octal | 336 | 362 | 115 | 10 | 0 | 104 | 5 | 103 | 126 | 77 |
| Binary | 11011110 | 11110010 | 1001101 | 1000 | 0 | 1000100 | 101 | 1000011 | 1010110 | 111111 |
Color Harmonies of #DEF24D
Complementary color
Monochromatic Colors of #DEF24D
Black with #DEF24D
Text Example
Text Example
White with #DEF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF24D; }
p { color: rgb(222,242,77); }
H1.HeaderClassName
{
color: #DEF24D;
}
.AnyTagClassName
{
color: #DEF24D;
}
</style>
background-color css
<style>
a { background-color: #DEF24D; }
a { background-color: rgb(222,242,77); }
div.DivClassName
{
background-color: #DEF24D;
}
.BgClassName
{
background-color: #DEF24D;
}
</style>
border-color css
<style>
span { border-color: #DEF24D; }
span { border-color: rgb(222,242,77); }
td.TdClassName
{
border-color: #DEF24D;
}
.TagClassName
{
border-color: #DEF24D;
}
</style>