Shades of Manz #DAEE4C
Tints of Manz #DAEE4C
RGB
CMYK
RGB Variations
Color information
#DAEE4C (or 0xDAEE4C) is known color: Manz. HEX triplet: DA, EE and 4C. RGB value is (218,238,76). Sum of RGB (Red+Green+Blue) = 218+238+76=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE4C is #2511B3. Grayscale: #D6D6D6. Windows color (decimal): -2429364 or 5041882. OLE color: 5041882.
HSL color Cylindrical-coordinate representation of color #DAEE4C: hue angle of 67.41º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAEE4C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 76 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.07 |
| HSL | 67.41º | 0.83% | 0.62% | - |
| HSV(B) | 67.41º | 0.68% | 0.93% | - |
| XYZ | 60.79 | 76.58 | 18.41 | - |
| YUV | 213.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 76 | 0.08 | 0 | 0.68 | 0.07 | 67.41 | 0.83 | 0.62 |
| Hex | DA | EE | 4C | 8 | 0 | 44 | 7 | 43 | 53 | 3E |
| Octal | 332 | 356 | 114 | 10 | 0 | 104 | 7 | 103 | 123 | 76 |
| Binary | 11011010 | 11101110 | 1001100 | 1000 | 0 | 1000100 | 111 | 1000011 | 1010011 | 111110 |
Color Harmonies of #DAEE4C
Complementary color
Monochromatic Colors of #DAEE4C
Black with #DAEE4C
Text Example
Text Example
White with #DAEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEE4C; }
p { color: rgb(218,238,76); }
H1.HeaderClassName
{
color: #DAEE4C;
}
.AnyTagClassName
{
color: #DAEE4C;
}
</style>
background-color css
<style>
a { background-color: #DAEE4C; }
a { background-color: rgb(218,238,76); }
div.DivClassName
{
background-color: #DAEE4C;
}
.BgClassName
{
background-color: #DAEE4C;
}
</style>
border-color css
<style>
span { border-color: #DAEE4C; }
span { border-color: rgb(218,238,76); }
td.TdClassName
{
border-color: #DAEE4C;
}
.TagClassName
{
border-color: #DAEE4C;
}
</style>