Shades of Manz #DAF051
Tints of Manz #DAF051
RGB
CMYK
RGB Variations
Color information
#DAF051 (or 0xDAF051) is known color: Manz. HEX triplet: DA, F0 and 51. RGB value is (218,240,81). Sum of RGB (Red+Green+Blue) = 218+240+81=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF051 is #250FAE. Grayscale: #D7D7D7. Windows color (decimal): -2428847 or 5370074. OLE color: 5370074.
HSL color Cylindrical-coordinate representation of color #DAF051: hue angle of 68.3º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAF051 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 81 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.06 |
| HSL | 68.3º | 0.84% | 0.63% | - |
| HSV(B) | 68.3º | 0.66% | 0.94% | - |
| XYZ | 61.56 | 77.82 | 19.56 | - |
| YUV | 215.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 81 | 0.09 | 0 | 0.66 | 0.06 | 68.3 | 0.84 | 0.63 |
| Hex | DA | F0 | 51 | 9 | 0 | 42 | 6 | 44 | 54 | 3F |
| Octal | 332 | 360 | 121 | 11 | 0 | 102 | 6 | 104 | 124 | 77 |
| Binary | 11011010 | 11110000 | 1010001 | 1001 | 0 | 1000010 | 110 | 1000100 | 1010100 | 111111 |
Color Harmonies of #DAF051
Complementary color
Monochromatic Colors of #DAF051
Black with #DAF051
Text Example
Text Example
White with #DAF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF051; }
p { color: rgb(218,240,81); }
H1.HeaderClassName
{
color: #DAF051;
}
.AnyTagClassName
{
color: #DAF051;
}
</style>
background-color css
<style>
a { background-color: #DAF051; }
a { background-color: rgb(218,240,81); }
div.DivClassName
{
background-color: #DAF051;
}
.BgClassName
{
background-color: #DAF051;
}
</style>
border-color css
<style>
span { border-color: #DAF051; }
span { border-color: rgb(218,240,81); }
td.TdClassName
{
border-color: #DAF051;
}
.TagClassName
{
border-color: #DAF051;
}
</style>