Shades of Manz #DCEE53
Tints of Manz #DCEE53
RGB
CMYK
RGB Variations
Color information
#DCEE53 (or 0xDCEE53) is known color: Manz. HEX triplet: DC, EE and 53. RGB value is (220,238,83). Sum of RGB (Red+Green+Blue) = 220+238+83=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE53 is #2311AC. Grayscale: #D7D7D7. Windows color (decimal): -2298285 or 5500636. OLE color: 5500636.
HSL color Cylindrical-coordinate representation of color #DCEE53: hue angle of 66.97º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCEE53 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 83 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.07 |
| HSL | 66.97º | 0.82% | 0.63% | - |
| HSV(B) | 66.97º | 0.65% | 0.93% | - |
| XYZ | 61.65 | 76.99 | 19.79 | - |
| YUV | 214.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 83 | 0.08 | 0 | 0.65 | 0.07 | 66.97 | 0.82 | 0.63 |
| Hex | DC | EE | 53 | 8 | 0 | 41 | 7 | 43 | 52 | 3F |
| Octal | 334 | 356 | 123 | 10 | 0 | 101 | 7 | 103 | 122 | 77 |
| Binary | 11011100 | 11101110 | 1010011 | 1000 | 0 | 1000001 | 111 | 1000011 | 1010010 | 111111 |
Color Harmonies of #DCEE53
Complementary color
Monochromatic Colors of #DCEE53
Black with #DCEE53
Text Example
Text Example
White with #DCEE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE53; }
p { color: rgb(220,238,83); }
H1.HeaderClassName
{
color: #DCEE53;
}
.AnyTagClassName
{
color: #DCEE53;
}
</style>
background-color css
<style>
a { background-color: #DCEE53; }
a { background-color: rgb(220,238,83); }
div.DivClassName
{
background-color: #DCEE53;
}
.BgClassName
{
background-color: #DCEE53;
}
</style>
border-color css
<style>
span { border-color: #DCEE53; }
span { border-color: rgb(220,238,83); }
td.TdClassName
{
border-color: #DCEE53;
}
.TagClassName
{
border-color: #DCEE53;
}
</style>