Shades of Manz #DBF24D
Tints of Manz #DBF24D
RGB
CMYK
RGB Variations
Color information
#DBF24D (or 0xDBF24D) is known color: Manz. HEX triplet: DB, F2 and 4D. RGB value is (219,242,77). Sum of RGB (Red+Green+Blue) = 219+242+77=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF24D is #240DB2. Grayscale: #D8D8D8. Windows color (decimal): -2362803 or 5108443. OLE color: 5108443.
HSL color Cylindrical-coordinate representation of color #DBF24D: hue angle of 68.36º 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 #DBF24D is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 77 | - |
CMYK | 0.10 | 0 | 0.68 | 0.05 |
HSL | 68.36º | 0.86% | 0.63% | - |
HSV(B) | 68.36º | 0.68% | 0.95% | - |
XYZ | 62.31 | 79.1 | 19.01 | - |
YUV | 216.31 | 49.38 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 77 | 0.10 | 0 | 0.68 | 0.05 | 68.36 | 0.86 | 0.63 |
Hex | DB | F2 | 4D | A | 0 | 44 | 5 | 44 | 56 | 3F |
Octal | 333 | 362 | 115 | 12 | 0 | 104 | 5 | 104 | 126 | 77 |
Binary | 11011011 | 11110010 | 1001101 | 1010 | 0 | 1000100 | 101 | 1000100 | 1010110 | 111111 |
Color Harmonies of #DBF24D
Complementary color
Monochromatic Colors of #DBF24D
Black with #DBF24D
Text Example
Text Example
White with #DBF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF24D; }
p { color: rgb(219,242,77); }
H1.HeaderClassName
{
color: #DBF24D;
}
.AnyTagClassName
{
color: #DBF24D;
}
</style>
background-color css
<style>
a { background-color: #DBF24D; }
a { background-color: rgb(219,242,77); }
div.DivClassName
{
background-color: #DBF24D;
}
.BgClassName
{
background-color: #DBF24D;
}
</style>
border-color css
<style>
span { border-color: #DBF24D; }
span { border-color: rgb(219,242,77); }
td.TdClassName
{
border-color: #DBF24D;
}
.TagClassName
{
border-color: #DBF24D;
}
</style>