Shades of Manz #DAE94B
Tints of Manz #DAE94B
RGB
CMYK
RGB Variations
Color information
#DAE94B (or 0xDAE94B) is known color: Manz. HEX triplet: DA, E9 and 4B. RGB value is (218,233,75). Sum of RGB (Red+Green+Blue) = 218+233+75=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE94B is #2516B4. Grayscale: #D3D3D3. Windows color (decimal): -2430645 or 4975066. OLE color: 4975066.
HSL color Cylindrical-coordinate representation of color #DAE94B: hue angle of 65.7º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE94B is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 75 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.09 |
| HSL | 65.7º | 0.78% | 0.6% | - |
| HSV(B) | 65.7º | 0.68% | 0.91% | - |
| XYZ | 59.32 | 73.69 | 17.75 | - |
| YUV | 210.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 75 | 0.06 | 0 | 0.68 | 0.09 | 65.7 | 0.78 | 0.6 |
| Hex | DA | E9 | 4B | 6 | 0 | 44 | 9 | 42 | 4E | 3C |
| Octal | 332 | 351 | 113 | 6 | 0 | 104 | 11 | 102 | 116 | 74 |
| Binary | 11011010 | 11101001 | 1001011 | 110 | 0 | 1000100 | 1001 | 1000010 | 1001110 | 111100 |
Color Harmonies of #DAE94B
Complementary color
Monochromatic Colors of #DAE94B
Black with #DAE94B
Text Example
Text Example
White with #DAE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE94B; }
p { color: rgb(218,233,75); }
H1.HeaderClassName
{
color: #DAE94B;
}
.AnyTagClassName
{
color: #DAE94B;
}
</style>
background-color css
<style>
a { background-color: #DAE94B; }
a { background-color: rgb(218,233,75); }
div.DivClassName
{
background-color: #DAE94B;
}
.BgClassName
{
background-color: #DAE94B;
}
</style>
border-color css
<style>
span { border-color: #DAE94B; }
span { border-color: rgb(218,233,75); }
td.TdClassName
{
border-color: #DAE94B;
}
.TagClassName
{
border-color: #DAE94B;
}
</style>