Shades of Manz #DAF04E
Tints of Manz #DAF04E
RGB
CMYK
RGB Variations
Color information
#DAF04E (or 0xDAF04E) is known color: Manz. HEX triplet: DA, F0 and 4E. RGB value is (218,240,78). Sum of RGB (Red+Green+Blue) = 218+240+78=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF04E is #250FB1. Grayscale: #D7D7D7. Windows color (decimal): -2428850 or 5173466. OLE color: 5173466.
HSL color Cylindrical-coordinate representation of color #DAF04E: hue angle of 68.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAF04E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 78 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.06 |
| HSL | 68.15º | 0.84% | 0.62% | - |
| HSV(B) | 68.15º | 0.68% | 0.94% | - |
| XYZ | 61.45 | 77.78 | 18.98 | - |
| YUV | 214.95 | 50.71 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 78 | 0.09 | 0 | 0.68 | 0.06 | 68.15 | 0.84 | 0.62 |
| Hex | DA | F0 | 4E | 9 | 0 | 44 | 6 | 44 | 54 | 3E |
| Octal | 332 | 360 | 116 | 11 | 0 | 104 | 6 | 104 | 124 | 76 |
| Binary | 11011010 | 11110000 | 1001110 | 1001 | 0 | 1000100 | 110 | 1000100 | 1010100 | 111110 |
Color Harmonies of #DAF04E
Complementary color
Monochromatic Colors of #DAF04E
Black with #DAF04E
Text Example
Text Example
White with #DAF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF04E; }
p { color: rgb(218,240,78); }
H1.HeaderClassName
{
color: #DAF04E;
}
.AnyTagClassName
{
color: #DAF04E;
}
</style>
background-color css
<style>
a { background-color: #DAF04E; }
a { background-color: rgb(218,240,78); }
div.DivClassName
{
background-color: #DAF04E;
}
.BgClassName
{
background-color: #DAF04E;
}
</style>
border-color css
<style>
span { border-color: #DAF04E; }
span { border-color: rgb(218,240,78); }
td.TdClassName
{
border-color: #DAF04E;
}
.TagClassName
{
border-color: #DAF04E;
}
</style>