Shades of Manz #DAEA4F
Tints of Manz #DAEA4F
RGB
CMYK
RGB Variations
Color information
#DAEA4F (or 0xDAEA4F) is known color: Manz. HEX triplet: DA, EA and 4F. RGB value is (218,234,79). Sum of RGB (Red+Green+Blue) = 218+234+79=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA4F is #2515B0. Grayscale: #D4D4D4. Windows color (decimal): -2430385 or 5237466. OLE color: 5237466.
HSL color Cylindrical-coordinate representation of color #DAEA4F: hue angle of 66.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAEA4F is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 79 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.08 |
| HSL | 66.19º | 0.79% | 0.61% | - |
| HSV(B) | 66.19º | 0.66% | 0.92% | - |
| XYZ | 59.75 | 74.32 | 18.59 | - |
| YUV | 211.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 79 | 0.07 | 0 | 0.66 | 0.08 | 66.19 | 0.79 | 0.61 |
| Hex | DA | EA | 4F | 7 | 0 | 42 | 8 | 42 | 4F | 3D |
| Octal | 332 | 352 | 117 | 7 | 0 | 102 | 10 | 102 | 117 | 75 |
| Binary | 11011010 | 11101010 | 1001111 | 111 | 0 | 1000010 | 1000 | 1000010 | 1001111 | 111101 |
Color Harmonies of #DAEA4F
Complementary color
Monochromatic Colors of #DAEA4F
Black with #DAEA4F
Text Example
Text Example
White with #DAEA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA4F; }
p { color: rgb(218,234,79); }
H1.HeaderClassName
{
color: #DAEA4F;
}
.AnyTagClassName
{
color: #DAEA4F;
}
</style>
background-color css
<style>
a { background-color: #DAEA4F; }
a { background-color: rgb(218,234,79); }
div.DivClassName
{
background-color: #DAEA4F;
}
.BgClassName
{
background-color: #DAEA4F;
}
</style>
border-color css
<style>
span { border-color: #DAEA4F; }
span { border-color: rgb(218,234,79); }
td.TdClassName
{
border-color: #DAEA4F;
}
.TagClassName
{
border-color: #DAEA4F;
}
</style>