Shades of Manz #DCEA50
Tints of Manz #DCEA50
RGB
CMYK
RGB Variations
Color information
#DCEA50 (or 0xDCEA50) is known color: Manz. HEX triplet: DC, EA and 50. RGB value is (220,234,80). Sum of RGB (Red+Green+Blue) = 220+234+80=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA50 is #2315AF. Grayscale: #D4D4D4. Windows color (decimal): -2299312 or 5303004. OLE color: 5303004.
HSL color Cylindrical-coordinate representation of color #DCEA50: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCEA50 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 80 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.08 |
| HSL | 65.45º | 0.79% | 0.62% | - |
| HSV(B) | 65.45º | 0.66% | 0.92% | - |
| XYZ | 60.39 | 74.64 | 18.81 | - |
| YUV | 212.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 80 | 0.06 | 0 | 0.66 | 0.08 | 65.45 | 0.79 | 0.62 |
| Hex | DC | EA | 50 | 6 | 0 | 42 | 8 | 41 | 4F | 3E |
| Octal | 334 | 352 | 120 | 6 | 0 | 102 | 10 | 101 | 117 | 76 |
| Binary | 11011100 | 11101010 | 1010000 | 110 | 0 | 1000010 | 1000 | 1000001 | 1001111 | 111110 |
Color Harmonies of #DCEA50
Complementary color
Monochromatic Colors of #DCEA50
Black with #DCEA50
Text Example
Text Example
White with #DCEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA50; }
p { color: rgb(220,234,80); }
H1.HeaderClassName
{
color: #DCEA50;
}
.AnyTagClassName
{
color: #DCEA50;
}
</style>
background-color css
<style>
a { background-color: #DCEA50; }
a { background-color: rgb(220,234,80); }
div.DivClassName
{
background-color: #DCEA50;
}
.BgClassName
{
background-color: #DCEA50;
}
</style>
border-color css
<style>
span { border-color: #DCEA50; }
span { border-color: rgb(220,234,80); }
td.TdClassName
{
border-color: #DCEA50;
}
.TagClassName
{
border-color: #DCEA50;
}
</style>