Shades of Manz #DEF051
Tints of Manz #DEF051
RGB
CMYK
RGB Variations
Color information
#DEF051 (or 0xDEF051) is known color: Manz. HEX triplet: DE, F0 and 51. RGB value is (222,240,81). Sum of RGB (Red+Green+Blue) = 222+240+81=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 81 (32.03% from 255 or 14.92% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF051 is #210FAE. Grayscale: #D9D9D9. Windows color (decimal): -2166703 or 5370078. OLE color: 5370078.
HSL color Cylindrical-coordinate representation of color #DEF051: hue angle of 66.79º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEF051 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 81 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.06 |
| HSL | 66.79º | 0.84% | 0.63% | - |
| HSV(B) | 66.79º | 0.66% | 0.94% | - |
| XYZ | 62.77 | 78.44 | 19.62 | - |
| YUV | 216.49 | 51.54 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 81 | 0.08 | 0 | 0.66 | 0.06 | 66.79 | 0.84 | 0.63 |
| Hex | DE | F0 | 51 | 8 | 0 | 42 | 6 | 43 | 54 | 3F |
| Octal | 336 | 360 | 121 | 10 | 0 | 102 | 6 | 103 | 124 | 77 |
| Binary | 11011110 | 11110000 | 1010001 | 1000 | 0 | 1000010 | 110 | 1000011 | 1010100 | 111111 |
Color Harmonies of #DEF051
Complementary color
Monochromatic Colors of #DEF051
Black with #DEF051
Text Example
Text Example
White with #DEF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF051; }
p { color: rgb(222,240,81); }
H1.HeaderClassName
{
color: #DEF051;
}
.AnyTagClassName
{
color: #DEF051;
}
</style>
background-color css
<style>
a { background-color: #DEF051; }
a { background-color: rgb(222,240,81); }
div.DivClassName
{
background-color: #DEF051;
}
.BgClassName
{
background-color: #DEF051;
}
</style>
border-color css
<style>
span { border-color: #DEF051; }
span { border-color: rgb(222,240,81); }
td.TdClassName
{
border-color: #DEF051;
}
.TagClassName
{
border-color: #DEF051;
}
</style>