Shades of Manz #DAE54B
Tints of Manz #DAE54B
RGB
CMYK
RGB Variations
Color information
#DAE54B (or 0xDAE54B) is known color: Manz. HEX triplet: DA, E5 and 4B. RGB value is (218,229,75). Sum of RGB (Red+Green+Blue) = 218+229+75=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE54B is #251AB4. Grayscale: #D0D0D0. Windows color (decimal): -2431669 or 4974042. OLE color: 4974042.
HSL color Cylindrical-coordinate representation of color #DAE54B: hue angle of 64.29º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAE54B is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 75 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.10 |
| HSL | 64.29º | 0.75% | 0.6% | - |
| HSV(B) | 64.29º | 0.67% | 0.9% | - |
| XYZ | 58.2 | 71.45 | 17.38 | - |
| YUV | 208.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 75 | 0.05 | 0 | 0.67 | 0.10 | 64.29 | 0.75 | 0.6 |
| Hex | DA | E5 | 4B | 5 | 0 | 43 | A | 40 | 4B | 3C |
| Octal | 332 | 345 | 113 | 5 | 0 | 103 | 12 | 100 | 113 | 74 |
| Binary | 11011010 | 11100101 | 1001011 | 101 | 0 | 1000011 | 1010 | 1000000 | 1001011 | 111100 |
Color Harmonies of #DAE54B
Complementary color
Monochromatic Colors of #DAE54B
Black with #DAE54B
Text Example
Text Example
White with #DAE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE54B; }
p { color: rgb(218,229,75); }
H1.HeaderClassName
{
color: #DAE54B;
}
.AnyTagClassName
{
color: #DAE54B;
}
</style>
background-color css
<style>
a { background-color: #DAE54B; }
a { background-color: rgb(218,229,75); }
div.DivClassName
{
background-color: #DAE54B;
}
.BgClassName
{
background-color: #DAE54B;
}
</style>
border-color css
<style>
span { border-color: #DAE54B; }
span { border-color: rgb(218,229,75); }
td.TdClassName
{
border-color: #DAE54B;
}
.TagClassName
{
border-color: #DAE54B;
}
</style>