Shades of Manz #DEF14D
Tints of Manz #DEF14D
RGB
CMYK
RGB Variations
Color information
#DEF14D (or 0xDEF14D) is known color: Manz. HEX triplet: DE, F1 and 4D. RGB value is (222,241,77). Sum of RGB (Red+Green+Blue) = 222+241+77=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF14D is #210EB2. Grayscale: #D9D9D9. Windows color (decimal): -2166451 or 5108190. OLE color: 5108190.
HSL color Cylindrical-coordinate representation of color #DEF14D: hue angle of 66.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEF14D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.05 |
| HSL | 66.95º | 0.85% | 0.62% | - |
| HSV(B) | 66.95º | 0.68% | 0.95% | - |
| XYZ | 62.92 | 78.98 | 18.95 | - |
| YUV | 216.62 | 49.21 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 77 | 0.08 | 0 | 0.68 | 0.05 | 66.95 | 0.85 | 0.62 |
| Hex | DE | F1 | 4D | 8 | 0 | 44 | 5 | 43 | 55 | 3E |
| Octal | 336 | 361 | 115 | 10 | 0 | 104 | 5 | 103 | 125 | 76 |
| Binary | 11011110 | 11110001 | 1001101 | 1000 | 0 | 1000100 | 101 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DEF14D
Complementary color
Monochromatic Colors of #DEF14D
Black with #DEF14D
Text Example
Text Example
White with #DEF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF14D; }
p { color: rgb(222,241,77); }
H1.HeaderClassName
{
color: #DEF14D;
}
.AnyTagClassName
{
color: #DEF14D;
}
</style>
background-color css
<style>
a { background-color: #DEF14D; }
a { background-color: rgb(222,241,77); }
div.DivClassName
{
background-color: #DEF14D;
}
.BgClassName
{
background-color: #DEF14D;
}
</style>
border-color css
<style>
span { border-color: #DEF14D; }
span { border-color: rgb(222,241,77); }
td.TdClassName
{
border-color: #DEF14D;
}
.TagClassName
{
border-color: #DEF14D;
}
</style>