Shades of Manz #DEF24A
Tints of Manz #DEF24A
RGB
CMYK
RGB Variations
Color information
#DEF24A (or 0xDEF24A) is known color: Manz. HEX triplet: DE, F2 and 4A. RGB value is (222,242,74). Sum of RGB (Red+Green+Blue) = 222+242+74=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF24A is #210DB5. Grayscale: #D9D9D9. Windows color (decimal): -2166198 or 4911838. OLE color: 4911838.
HSL color Cylindrical-coordinate representation of color #DEF24A: hue angle of 67.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEF24A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 74 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.05 |
| HSL | 67.14º | 0.87% | 0.62% | - |
| HSV(B) | 67.14º | 0.69% | 0.95% | - |
| XYZ | 63.11 | 79.53 | 18.5 | - |
| YUV | 216.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 74 | 0.08 | 0 | 0.69 | 0.05 | 67.14 | 0.87 | 0.62 |
| Hex | DE | F2 | 4A | 8 | 0 | 45 | 5 | 43 | 57 | 3E |
| Octal | 336 | 362 | 112 | 10 | 0 | 105 | 5 | 103 | 127 | 76 |
| Binary | 11011110 | 11110010 | 1001010 | 1000 | 0 | 1000101 | 101 | 1000011 | 1010111 | 111110 |
Color Harmonies of #DEF24A
Complementary color
Monochromatic Colors of #DEF24A
Black with #DEF24A
Text Example
Text Example
White with #DEF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF24A; }
p { color: rgb(222,242,74); }
H1.HeaderClassName
{
color: #DEF24A;
}
.AnyTagClassName
{
color: #DEF24A;
}
</style>
background-color css
<style>
a { background-color: #DEF24A; }
a { background-color: rgb(222,242,74); }
div.DivClassName
{
background-color: #DEF24A;
}
.BgClassName
{
background-color: #DEF24A;
}
</style>
border-color css
<style>
span { border-color: #DEF24A; }
span { border-color: rgb(222,242,74); }
td.TdClassName
{
border-color: #DEF24A;
}
.TagClassName
{
border-color: #DEF24A;
}
</style>