Shades of Manz #DAEE4E
Tints of Manz #DAEE4E
RGB
CMYK
RGB Variations
Color information
#DAEE4E (or 0xDAEE4E) is known color: Manz. HEX triplet: DA, EE and 4E. RGB value is (218,238,78). Sum of RGB (Red+Green+Blue) = 218+238+78=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE4E is #2511B1. Grayscale: #D6D6D6. Windows color (decimal): -2429362 or 5172954. OLE color: 5172954.
HSL color Cylindrical-coordinate representation of color #DAEE4E: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAEE4E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 78 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.07 |
| HSL | 67.5º | 0.82% | 0.62% | - |
| HSV(B) | 67.5º | 0.67% | 0.93% | - |
| XYZ | 60.86 | 76.6 | 18.79 | - |
| YUV | 213.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 78 | 0.08 | 0 | 0.67 | 0.07 | 67.5 | 0.82 | 0.62 |
| Hex | DA | EE | 4E | 8 | 0 | 43 | 7 | 44 | 52 | 3E |
| Octal | 332 | 356 | 116 | 10 | 0 | 103 | 7 | 104 | 122 | 76 |
| Binary | 11011010 | 11101110 | 1001110 | 1000 | 0 | 1000011 | 111 | 1000100 | 1010010 | 111110 |
Color Harmonies of #DAEE4E
Complementary color
Monochromatic Colors of #DAEE4E
Black with #DAEE4E
Text Example
Text Example
White with #DAEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEE4E; }
p { color: rgb(218,238,78); }
H1.HeaderClassName
{
color: #DAEE4E;
}
.AnyTagClassName
{
color: #DAEE4E;
}
</style>
background-color css
<style>
a { background-color: #DAEE4E; }
a { background-color: rgb(218,238,78); }
div.DivClassName
{
background-color: #DAEE4E;
}
.BgClassName
{
background-color: #DAEE4E;
}
</style>
border-color css
<style>
span { border-color: #DAEE4E; }
span { border-color: rgb(218,238,78); }
td.TdClassName
{
border-color: #DAEE4E;
}
.TagClassName
{
border-color: #DAEE4E;
}
</style>