Shades of Manz #DAEA4B
Tints of Manz #DAEA4B
RGB
CMYK
RGB Variations
Color information
#DAEA4B (or 0xDAEA4B) is known color: Manz. HEX triplet: DA, EA and 4B. RGB value is (218,234,75). Sum of RGB (Red+Green+Blue) = 218+234+75=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA4B is #2515B4. Grayscale: #D3D3D3. Windows color (decimal): -2430389 or 4975322. OLE color: 4975322.
HSL color Cylindrical-coordinate representation of color #DAEA4B: hue angle of 66.04º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAEA4B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 75 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.08 |
| HSL | 66.04º | 0.79% | 0.61% | - |
| HSV(B) | 66.04º | 0.68% | 0.92% | - |
| XYZ | 59.61 | 74.26 | 17.85 | - |
| YUV | 211.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 75 | 0.07 | 0 | 0.68 | 0.08 | 66.04 | 0.79 | 0.61 |
| Hex | DA | EA | 4B | 7 | 0 | 44 | 8 | 42 | 4F | 3D |
| Octal | 332 | 352 | 113 | 7 | 0 | 104 | 10 | 102 | 117 | 75 |
| Binary | 11011010 | 11101010 | 1001011 | 111 | 0 | 1000100 | 1000 | 1000010 | 1001111 | 111101 |
Color Harmonies of #DAEA4B
Complementary color
Monochromatic Colors of #DAEA4B
Black with #DAEA4B
Text Example
Text Example
White with #DAEA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA4B; }
p { color: rgb(218,234,75); }
H1.HeaderClassName
{
color: #DAEA4B;
}
.AnyTagClassName
{
color: #DAEA4B;
}
</style>
background-color css
<style>
a { background-color: #DAEA4B; }
a { background-color: rgb(218,234,75); }
div.DivClassName
{
background-color: #DAEA4B;
}
.BgClassName
{
background-color: #DAEA4B;
}
</style>
border-color css
<style>
span { border-color: #DAEA4B; }
span { border-color: rgb(218,234,75); }
td.TdClassName
{
border-color: #DAEA4B;
}
.TagClassName
{
border-color: #DAEA4B;
}
</style>