Shades of Manz #DAE34B
Tints of Manz #DAE34B
RGB
CMYK
RGB Variations
Color information
#DAE34B (or 0xDAE34B) is known color: Manz. HEX triplet: DA, E3 and 4B. RGB value is (218,227,75). Sum of RGB (Red+Green+Blue) = 218+227+75=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE34B is #251CB4. Grayscale: #CFCFCF. Windows color (decimal): -2432181 or 4973530. OLE color: 4973530.
HSL color Cylindrical-coordinate representation of color #DAE34B: hue angle of 63.55º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAE34B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.11 |
| HSL | 63.55º | 0.73% | 0.59% | - |
| HSV(B) | 63.55º | 0.67% | 0.89% | - |
| XYZ | 57.65 | 70.35 | 17.2 | - |
| YUV | 206.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 75 | 0.04 | 0 | 0.67 | 0.11 | 63.55 | 0.73 | 0.59 |
| Hex | DA | E3 | 4B | 4 | 0 | 43 | B | 40 | 49 | 3B |
| Octal | 332 | 343 | 113 | 4 | 0 | 103 | 13 | 100 | 111 | 73 |
| Binary | 11011010 | 11100011 | 1001011 | 100 | 0 | 1000011 | 1011 | 1000000 | 1001001 | 111011 |
Color Harmonies of #DAE34B
Complementary color
Monochromatic Colors of #DAE34B
Black with #DAE34B
Text Example
Text Example
White with #DAE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE34B; }
p { color: rgb(218,227,75); }
H1.HeaderClassName
{
color: #DAE34B;
}
.AnyTagClassName
{
color: #DAE34B;
}
</style>
background-color css
<style>
a { background-color: #DAE34B; }
a { background-color: rgb(218,227,75); }
div.DivClassName
{
background-color: #DAE34B;
}
.BgClassName
{
background-color: #DAE34B;
}
</style>
border-color css
<style>
span { border-color: #DAE34B; }
span { border-color: rgb(218,227,75); }
td.TdClassName
{
border-color: #DAE34B;
}
.TagClassName
{
border-color: #DAE34B;
}
</style>