Shades of Manz #DAE754
Tints of Manz #DAE754
RGB
CMYK
RGB Variations
Color information
#DAE754 (or 0xDAE754) is known color: Manz. HEX triplet: DA, E7 and 54. RGB value is (218,231,84). Sum of RGB (Red+Green+Blue) = 218+231+84=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE754 is #2518AB. Grayscale: #D2D2D2. Windows color (decimal): -2431148 or 5564378. OLE color: 5564378.
HSL color Cylindrical-coordinate representation of color #DAE754: hue angle of 65.31º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE754 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 84 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.31º | 0.75% | 0.62% | - |
| HSV(B) | 65.31º | 0.64% | 0.91% | - |
| XYZ | 59.09 | 72.7 | 19.31 | - |
| YUV | 210.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 84 | 0.06 | 0 | 0.64 | 0.09 | 65.31 | 0.75 | 0.62 |
| Hex | DA | E7 | 54 | 6 | 0 | 40 | 9 | 41 | 4B | 3E |
| Octal | 332 | 347 | 124 | 6 | 0 | 100 | 11 | 101 | 113 | 76 |
| Binary | 11011010 | 11100111 | 1010100 | 110 | 0 | 1000000 | 1001 | 1000001 | 1001011 | 111110 |
Color Harmonies of #DAE754
Complementary color
Monochromatic Colors of #DAE754
Black with #DAE754
Text Example
Text Example
White with #DAE754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE754; }
p { color: rgb(218,231,84); }
H1.HeaderClassName
{
color: #DAE754;
}
.AnyTagClassName
{
color: #DAE754;
}
</style>
background-color css
<style>
a { background-color: #DAE754; }
a { background-color: rgb(218,231,84); }
div.DivClassName
{
background-color: #DAE754;
}
.BgClassName
{
background-color: #DAE754;
}
</style>
border-color css
<style>
span { border-color: #DAE754; }
span { border-color: rgb(218,231,84); }
td.TdClassName
{
border-color: #DAE754;
}
.TagClassName
{
border-color: #DAE754;
}
</style>