Shades of Manz #DCEA52
Tints of Manz #DCEA52
RGB
CMYK
RGB Variations
Color information
#DCEA52 (or 0xDCEA52) is known color: Manz. HEX triplet: DC, EA and 52. RGB value is (220,234,82). Sum of RGB (Red+Green+Blue) = 220+234+82=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA52 is #2315AD. Grayscale: #D5D5D5. Windows color (decimal): -2299310 or 5434076. OLE color: 5434076.
HSL color Cylindrical-coordinate representation of color #DCEA52: hue angle of 65.53º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCEA52 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 82 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.08 |
| HSL | 65.53º | 0.78% | 0.62% | - |
| HSV(B) | 65.53º | 0.65% | 0.92% | - |
| XYZ | 60.46 | 74.67 | 19.21 | - |
| YUV | 212.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 82 | 0.06 | 0 | 0.65 | 0.08 | 65.53 | 0.78 | 0.62 |
| Hex | DC | EA | 52 | 6 | 0 | 41 | 8 | 42 | 4E | 3E |
| Octal | 334 | 352 | 122 | 6 | 0 | 101 | 10 | 102 | 116 | 76 |
| Binary | 11011100 | 11101010 | 1010010 | 110 | 0 | 1000001 | 1000 | 1000010 | 1001110 | 111110 |
Color Harmonies of #DCEA52
Complementary color
Monochromatic Colors of #DCEA52
Black with #DCEA52
Text Example
Text Example
White with #DCEA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA52; }
p { color: rgb(220,234,82); }
H1.HeaderClassName
{
color: #DCEA52;
}
.AnyTagClassName
{
color: #DCEA52;
}
</style>
background-color css
<style>
a { background-color: #DCEA52; }
a { background-color: rgb(220,234,82); }
div.DivClassName
{
background-color: #DCEA52;
}
.BgClassName
{
background-color: #DCEA52;
}
</style>
border-color css
<style>
span { border-color: #DCEA52; }
span { border-color: rgb(220,234,82); }
td.TdClassName
{
border-color: #DCEA52;
}
.TagClassName
{
border-color: #DCEA52;
}
</style>