Shades of Manz #DCEE52
Tints of Manz #DCEE52
RGB
CMYK
RGB Variations
Color information
#DCEE52 (or 0xDCEE52) is known color: Manz. HEX triplet: DC, EE and 52. RGB value is (220,238,82). Sum of RGB (Red+Green+Blue) = 220+238+82=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE52 is #2311AD. Grayscale: #D7D7D7. Windows color (decimal): -2298286 or 5435100. OLE color: 5435100.
HSL color Cylindrical-coordinate representation of color #DCEE52: hue angle of 66.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCEE52 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 82 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.07 |
| HSL | 66.92º | 0.82% | 0.63% | - |
| HSV(B) | 66.92º | 0.66% | 0.93% | - |
| XYZ | 61.61 | 76.97 | 19.59 | - |
| YUV | 214.83 | 53.04 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 82 | 0.08 | 0 | 0.66 | 0.07 | 66.92 | 0.82 | 0.63 |
| Hex | DC | EE | 52 | 8 | 0 | 42 | 7 | 43 | 52 | 3F |
| Octal | 334 | 356 | 122 | 10 | 0 | 102 | 7 | 103 | 122 | 77 |
| Binary | 11011100 | 11101110 | 1010010 | 1000 | 0 | 1000010 | 111 | 1000011 | 1010010 | 111111 |
Color Harmonies of #DCEE52
Complementary color
Monochromatic Colors of #DCEE52
Black with #DCEE52
Text Example
Text Example
White with #DCEE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE52; }
p { color: rgb(220,238,82); }
H1.HeaderClassName
{
color: #DCEE52;
}
.AnyTagClassName
{
color: #DCEE52;
}
</style>
background-color css
<style>
a { background-color: #DCEE52; }
a { background-color: rgb(220,238,82); }
div.DivClassName
{
background-color: #DCEE52;
}
.BgClassName
{
background-color: #DCEE52;
}
</style>
border-color css
<style>
span { border-color: #DCEE52; }
span { border-color: rgb(220,238,82); }
td.TdClassName
{
border-color: #DCEE52;
}
.TagClassName
{
border-color: #DCEE52;
}
</style>