Shades of Manz #DAF24D
Tints of Manz #DAF24D
RGB
CMYK
RGB Variations
Color information
#DAF24D (or 0xDAF24D) is known color: Manz. HEX triplet: DA, F2 and 4D. RGB value is (218,242,77). Sum of RGB (Red+Green+Blue) = 218+242+77=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF24D is #250DB2. Grayscale: #D8D8D8. Windows color (decimal): -2428339 or 5108442. OLE color: 5108442.
HSL color Cylindrical-coordinate representation of color #DAF24D: hue angle of 68.73º 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 #DAF24D is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 77 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.05 |
| HSL | 68.73º | 0.86% | 0.63% | - |
| HSV(B) | 68.73º | 0.68% | 0.95% | - |
| XYZ | 62.01 | 78.95 | 18.99 | - |
| YUV | 216.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 77 | 0.10 | 0 | 0.68 | 0.05 | 68.73 | 0.86 | 0.63 |
| Hex | DA | F2 | 4D | A | 0 | 44 | 5 | 45 | 56 | 3F |
| Octal | 332 | 362 | 115 | 12 | 0 | 104 | 5 | 105 | 126 | 77 |
| Binary | 11011010 | 11110010 | 1001101 | 1010 | 0 | 1000100 | 101 | 1000101 | 1010110 | 111111 |
Color Harmonies of #DAF24D
Complementary color
Monochromatic Colors of #DAF24D
Black with #DAF24D
Text Example
Text Example
White with #DAF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF24D; }
p { color: rgb(218,242,77); }
H1.HeaderClassName
{
color: #DAF24D;
}
.AnyTagClassName
{
color: #DAF24D;
}
</style>
background-color css
<style>
a { background-color: #DAF24D; }
a { background-color: rgb(218,242,77); }
div.DivClassName
{
background-color: #DAF24D;
}
.BgClassName
{
background-color: #DAF24D;
}
</style>
border-color css
<style>
span { border-color: #DAF24D; }
span { border-color: rgb(218,242,77); }
td.TdClassName
{
border-color: #DAF24D;
}
.TagClassName
{
border-color: #DAF24D;
}
</style>