Shades of Manz #DAEA50
Tints of Manz #DAEA50
RGB
CMYK
RGB Variations
Color information
#DAEA50 (or 0xDAEA50) is known color: Manz. HEX triplet: DA, EA and 50. RGB value is (218,234,80). Sum of RGB (Red+Green+Blue) = 218+234+80=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA50 is #2515AF. Grayscale: #D4D4D4. Windows color (decimal): -2430384 or 5303002. OLE color: 5303002.
HSL color Cylindrical-coordinate representation of color #DAEA50: hue angle of 66.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAEA50 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 80 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.08 |
| HSL | 66.23º | 0.79% | 0.62% | - |
| HSV(B) | 66.23º | 0.66% | 0.92% | - |
| XYZ | 59.78 | 74.33 | 18.79 | - |
| YUV | 211.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 80 | 0.07 | 0 | 0.66 | 0.08 | 66.23 | 0.79 | 0.62 |
| Hex | DA | EA | 50 | 7 | 0 | 42 | 8 | 42 | 4F | 3E |
| Octal | 332 | 352 | 120 | 7 | 0 | 102 | 10 | 102 | 117 | 76 |
| Binary | 11011010 | 11101010 | 1010000 | 111 | 0 | 1000010 | 1000 | 1000010 | 1001111 | 111110 |
Color Harmonies of #DAEA50
Complementary color
Monochromatic Colors of #DAEA50
Black with #DAEA50
Text Example
Text Example
White with #DAEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA50; }
p { color: rgb(218,234,80); }
H1.HeaderClassName
{
color: #DAEA50;
}
.AnyTagClassName
{
color: #DAEA50;
}
</style>
background-color css
<style>
a { background-color: #DAEA50; }
a { background-color: rgb(218,234,80); }
div.DivClassName
{
background-color: #DAEA50;
}
.BgClassName
{
background-color: #DAEA50;
}
</style>
border-color css
<style>
span { border-color: #DAEA50; }
span { border-color: rgb(218,234,80); }
td.TdClassName
{
border-color: #DAEA50;
}
.TagClassName
{
border-color: #DAEA50;
}
</style>