Shades of Manz #DAF04B
Tints of Manz #DAF04B
RGB
CMYK
RGB Variations
Color information
#DAF04B (or 0xDAF04B) is known color: Manz. HEX triplet: DA, F0 and 4B. RGB value is (218,240,75). Sum of RGB (Red+Green+Blue) = 218+240+75=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF04B is #250FB4. Grayscale: #D7D7D7. Windows color (decimal): -2428853 or 4976858. OLE color: 4976858.
HSL color Cylindrical-coordinate representation of color #DAF04B: hue angle of 68º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF04B is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 75 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.06 |
| HSL | 68º | 0.85% | 0.62% | - |
| HSV(B) | 68º | 0.69% | 0.94% | - |
| XYZ | 61.34 | 77.73 | 18.43 | - |
| YUV | 214.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 75 | 0.09 | 0 | 0.69 | 0.06 | 68 | 0.85 | 0.62 |
| Hex | DA | F0 | 4B | 9 | 0 | 45 | 6 | 44 | 55 | 3E |
| Octal | 332 | 360 | 113 | 11 | 0 | 105 | 6 | 104 | 125 | 76 |
| Binary | 11011010 | 11110000 | 1001011 | 1001 | 0 | 1000101 | 110 | 1000100 | 1010101 | 111110 |
Color Harmonies of #DAF04B
Complementary color
Monochromatic Colors of #DAF04B
Black with #DAF04B
Text Example
Text Example
White with #DAF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF04B; }
p { color: rgb(218,240,75); }
H1.HeaderClassName
{
color: #DAF04B;
}
.AnyTagClassName
{
color: #DAF04B;
}
</style>
background-color css
<style>
a { background-color: #DAF04B; }
a { background-color: rgb(218,240,75); }
div.DivClassName
{
background-color: #DAF04B;
}
.BgClassName
{
background-color: #DAF04B;
}
</style>
border-color css
<style>
span { border-color: #DAF04B; }
span { border-color: rgb(218,240,75); }
td.TdClassName
{
border-color: #DAF04B;
}
.TagClassName
{
border-color: #DAF04B;
}
</style>