Shades of Manz #DBF24E
Tints of Manz #DBF24E
RGB
CMYK
RGB Variations
Color information
#DBF24E (or 0xDBF24E) is known color: Manz. HEX triplet: DB, F2 and 4E. RGB value is (219,242,78). Sum of RGB (Red+Green+Blue) = 219+242+78=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 78 (30.86% from 255 or 14.47% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF24E is #240DB1. Grayscale: #D9D9D9. Windows color (decimal): -2362802 or 5173979. OLE color: 5173979.
HSL color Cylindrical-coordinate representation of color #DBF24E: hue angle of 68.41º 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 #DBF24E is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 78 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.05 |
| HSL | 68.41º | 0.86% | 0.63% | - |
| HSV(B) | 68.41º | 0.68% | 0.95% | - |
| XYZ | 62.34 | 79.11 | 19.19 | - |
| YUV | 216.43 | 49.88 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 78 | 0.10 | 0 | 0.68 | 0.05 | 68.41 | 0.86 | 0.63 |
| Hex | DB | F2 | 4E | A | 0 | 44 | 5 | 44 | 56 | 3F |
| Octal | 333 | 362 | 116 | 12 | 0 | 104 | 5 | 104 | 126 | 77 |
| Binary | 11011011 | 11110010 | 1001110 | 1010 | 0 | 1000100 | 101 | 1000100 | 1010110 | 111111 |
Color Harmonies of #DBF24E
Complementary color
Monochromatic Colors of #DBF24E
Black with #DBF24E
Text Example
Text Example
White with #DBF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF24E; }
p { color: rgb(219,242,78); }
H1.HeaderClassName
{
color: #DBF24E;
}
.AnyTagClassName
{
color: #DBF24E;
}
</style>
background-color css
<style>
a { background-color: #DBF24E; }
a { background-color: rgb(219,242,78); }
div.DivClassName
{
background-color: #DBF24E;
}
.BgClassName
{
background-color: #DBF24E;
}
</style>
border-color css
<style>
span { border-color: #DBF24E; }
span { border-color: rgb(219,242,78); }
td.TdClassName
{
border-color: #DBF24E;
}
.TagClassName
{
border-color: #DBF24E;
}
</style>