Shades of Manz #DCEF50
Tints of Manz #DCEF50
RGB
CMYK
RGB Variations
Color information
#DCEF50 (or 0xDCEF50) is known color: Manz. HEX triplet: DC, EF and 50. RGB value is (220,239,80). Sum of RGB (Red+Green+Blue) = 220+239+80=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF50 is #2310AF. Grayscale: #D7D7D7. Windows color (decimal): -2298032 or 5304284. OLE color: 5304284.
HSL color Cylindrical-coordinate representation of color #DCEF50: hue angle of 67.17º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCEF50 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 80 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.06 |
| HSL | 67.17º | 0.83% | 0.63% | - |
| HSV(B) | 67.17º | 0.67% | 0.94% | - |
| XYZ | 61.83 | 77.53 | 19.3 | - |
| YUV | 215.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 80 | 0.08 | 0 | 0.67 | 0.06 | 67.17 | 0.83 | 0.63 |
| Hex | DC | EF | 50 | 8 | 0 | 43 | 6 | 43 | 53 | 3F |
| Octal | 334 | 357 | 120 | 10 | 0 | 103 | 6 | 103 | 123 | 77 |
| Binary | 11011100 | 11101111 | 1010000 | 1000 | 0 | 1000011 | 110 | 1000011 | 1010011 | 111111 |
Color Harmonies of #DCEF50
Complementary color
Monochromatic Colors of #DCEF50
Black with #DCEF50
Text Example
Text Example
White with #DCEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF50; }
p { color: rgb(220,239,80); }
H1.HeaderClassName
{
color: #DCEF50;
}
.AnyTagClassName
{
color: #DCEF50;
}
</style>
background-color css
<style>
a { background-color: #DCEF50; }
a { background-color: rgb(220,239,80); }
div.DivClassName
{
background-color: #DCEF50;
}
.BgClassName
{
background-color: #DCEF50;
}
</style>
border-color css
<style>
span { border-color: #DCEF50; }
span { border-color: rgb(220,239,80); }
td.TdClassName
{
border-color: #DCEF50;
}
.TagClassName
{
border-color: #DCEF50;
}
</style>