Shades of Manz #DAEA4A
Tints of Manz #DAEA4A
RGB
CMYK
RGB Variations
Color information
#DAEA4A (or 0xDAEA4A) is known color: Manz. HEX triplet: DA, EA and 4A. RGB value is (218,234,74). Sum of RGB (Red+Green+Blue) = 218+234+74=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA4A is #2515B5. Grayscale: #D3D3D3. Windows color (decimal): -2430390 or 4909786. OLE color: 4909786.
HSL color Cylindrical-coordinate representation of color #DAEA4A: hue angle of 66º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAEA4A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 74 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.08 |
| HSL | 66º | 0.79% | 0.6% | - |
| HSV(B) | 66º | 0.68% | 0.92% | - |
| XYZ | 59.57 | 74.25 | 17.67 | - |
| YUV | 210.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 74 | 0.07 | 0 | 0.68 | 0.08 | 66 | 0.79 | 0.6 |
| Hex | DA | EA | 4A | 7 | 0 | 44 | 8 | 42 | 4F | 3C |
| Octal | 332 | 352 | 112 | 7 | 0 | 104 | 10 | 102 | 117 | 74 |
| Binary | 11011010 | 11101010 | 1001010 | 111 | 0 | 1000100 | 1000 | 1000010 | 1001111 | 111100 |
Color Harmonies of #DAEA4A
Complementary color
Monochromatic Colors of #DAEA4A
Black with #DAEA4A
Text Example
Text Example
White with #DAEA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA4A; }
p { color: rgb(218,234,74); }
H1.HeaderClassName
{
color: #DAEA4A;
}
.AnyTagClassName
{
color: #DAEA4A;
}
</style>
background-color css
<style>
a { background-color: #DAEA4A; }
a { background-color: rgb(218,234,74); }
div.DivClassName
{
background-color: #DAEA4A;
}
.BgClassName
{
background-color: #DAEA4A;
}
</style>
border-color css
<style>
span { border-color: #DAEA4A; }
span { border-color: rgb(218,234,74); }
td.TdClassName
{
border-color: #DAEA4A;
}
.TagClassName
{
border-color: #DAEA4A;
}
</style>