Shades of Manz #DAF24C
Tints of Manz #DAF24C
RGB
CMYK
RGB Variations
Color information
#DAF24C (or 0xDAF24C) is known color: Manz. HEX triplet: DA, F2 and 4C. RGB value is (218,242,76). Sum of RGB (Red+Green+Blue) = 218+242+76=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF24C is #250DB3. Grayscale: #D8D8D8. Windows color (decimal): -2428340 or 5042906. OLE color: 5042906.
HSL color Cylindrical-coordinate representation of color #DAF24C: hue angle of 68.67º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF24C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 76 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.05 |
| HSL | 68.67º | 0.86% | 0.62% | - |
| HSV(B) | 68.67º | 0.69% | 0.95% | - |
| XYZ | 61.97 | 78.93 | 18.81 | - |
| YUV | 215.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 76 | 0.10 | 0 | 0.69 | 0.05 | 68.67 | 0.86 | 0.62 |
| Hex | DA | F2 | 4C | A | 0 | 45 | 5 | 45 | 56 | 3E |
| Octal | 332 | 362 | 114 | 12 | 0 | 105 | 5 | 105 | 126 | 76 |
| Binary | 11011010 | 11110010 | 1001100 | 1010 | 0 | 1000101 | 101 | 1000101 | 1010110 | 111110 |
Color Harmonies of #DAF24C
Complementary color
Monochromatic Colors of #DAF24C
Black with #DAF24C
Text Example
Text Example
White with #DAF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF24C; }
p { color: rgb(218,242,76); }
H1.HeaderClassName
{
color: #DAF24C;
}
.AnyTagClassName
{
color: #DAF24C;
}
</style>
background-color css
<style>
a { background-color: #DAF24C; }
a { background-color: rgb(218,242,76); }
div.DivClassName
{
background-color: #DAF24C;
}
.BgClassName
{
background-color: #DAF24C;
}
</style>
border-color css
<style>
span { border-color: #DAF24C; }
span { border-color: rgb(218,242,76); }
td.TdClassName
{
border-color: #DAF24C;
}
.TagClassName
{
border-color: #DAF24C;
}
</style>