Shades of Manz #DAEF4D
Tints of Manz #DAEF4D
RGB
CMYK
RGB Variations
Color information
#DAEF4D (or 0xDAEF4D) is known color: Manz. HEX triplet: DA, EF and 4D. RGB value is (218,239,77). Sum of RGB (Red+Green+Blue) = 218+239+77=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEF4D is #2510B2. Grayscale: #D6D6D6. Windows color (decimal): -2429107 or 5107674. OLE color: 5107674.
HSL color Cylindrical-coordinate representation of color #DAEF4D: hue angle of 67.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAEF4D is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 77 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.06 |
| HSL | 67.78º | 0.84% | 0.62% | - |
| HSV(B) | 67.78º | 0.68% | 0.94% | - |
| XYZ | 61.12 | 77.17 | 18.7 | - |
| YUV | 214.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 77 | 0.09 | 0 | 0.68 | 0.06 | 67.78 | 0.84 | 0.62 |
| Hex | DA | EF | 4D | 9 | 0 | 44 | 6 | 44 | 54 | 3E |
| Octal | 332 | 357 | 115 | 11 | 0 | 104 | 6 | 104 | 124 | 76 |
| Binary | 11011010 | 11101111 | 1001101 | 1001 | 0 | 1000100 | 110 | 1000100 | 1010100 | 111110 |
Color Harmonies of #DAEF4D
Complementary color
Monochromatic Colors of #DAEF4D
Black with #DAEF4D
Text Example
Text Example
White with #DAEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF4D; }
p { color: rgb(218,239,77); }
H1.HeaderClassName
{
color: #DAEF4D;
}
.AnyTagClassName
{
color: #DAEF4D;
}
</style>
background-color css
<style>
a { background-color: #DAEF4D; }
a { background-color: rgb(218,239,77); }
div.DivClassName
{
background-color: #DAEF4D;
}
.BgClassName
{
background-color: #DAEF4D;
}
</style>
border-color css
<style>
span { border-color: #DAEF4D; }
span { border-color: rgb(218,239,77); }
td.TdClassName
{
border-color: #DAEF4D;
}
.TagClassName
{
border-color: #DAEF4D;
}
</style>