Shades of Manz #DCE858
Tints of Manz #DCE858
RGB
CMYK
RGB Variations
Color information
#DCE858 (or 0xDCE858) is known color: Manz. HEX triplet: DC, E8 and 58. RGB value is (220,232,88). Sum of RGB (Red+Green+Blue) = 220+232+88=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE858 is #2317A7. Grayscale: #D4D4D4. Windows color (decimal): -2299816 or 5826780. OLE color: 5826780.
HSL color Cylindrical-coordinate representation of color #DCE858: hue angle of 65º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCE858 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 88 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.09 |
| HSL | 65º | 0.76% | 0.63% | - |
| HSV(B) | 65º | 0.62% | 0.91% | - |
| XYZ | 60.13 | 73.63 | 20.28 | - |
| YUV | 212 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 88 | 0.05 | 0 | 0.62 | 0.09 | 65 | 0.76 | 0.63 |
| Hex | DC | E8 | 58 | 5 | 0 | 3E | 9 | 41 | 4C | 3F |
| Octal | 334 | 350 | 130 | 5 | 0 | 76 | 11 | 101 | 114 | 77 |
| Binary | 11011100 | 11101000 | 1011000 | 101 | 0 | 111110 | 1001 | 1000001 | 1001100 | 111111 |
Color Harmonies of #DCE858
Complementary color
Monochromatic Colors of #DCE858
Black with #DCE858
Text Example
Text Example
White with #DCE858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE858; }
p { color: rgb(220,232,88); }
H1.HeaderClassName
{
color: #DCE858;
}
.AnyTagClassName
{
color: #DCE858;
}
</style>
background-color css
<style>
a { background-color: #DCE858; }
a { background-color: rgb(220,232,88); }
div.DivClassName
{
background-color: #DCE858;
}
.BgClassName
{
background-color: #DCE858;
}
</style>
border-color css
<style>
span { border-color: #DCE858; }
span { border-color: rgb(220,232,88); }
td.TdClassName
{
border-color: #DCE858;
}
.TagClassName
{
border-color: #DCE858;
}
</style>