Shades of Manz #DFE355
Tints of Manz #DFE355
RGB
CMYK
RGB Variations
Color information
#DFE355 (or 0xDFE355) is known color: Manz. HEX triplet: DF, E3 and 55. RGB value is (223,227,85). Sum of RGB (Red+Green+Blue) = 223+227+85=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE355 is #201CAA. Grayscale: #D2D2D2. Windows color (decimal): -2104491 or 5628895. OLE color: 5628895.
HSL color Cylindrical-coordinate representation of color #DFE355: hue angle of 61.69º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFE355 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 85 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.11 |
| HSL | 61.69º | 0.72% | 0.61% | - |
| HSV(B) | 61.69º | 0.63% | 0.89% | - |
| XYZ | 59.54 | 71.28 | 19.22 | - |
| YUV | 209.62 | 57.67 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 85 | 0.02 | 0 | 0.63 | 0.11 | 61.69 | 0.72 | 0.61 |
| Hex | DF | E3 | 55 | 2 | 0 | 3F | B | 3E | 48 | 3D |
| Octal | 337 | 343 | 125 | 2 | 0 | 77 | 13 | 76 | 110 | 75 |
| Binary | 11011111 | 11100011 | 1010101 | 10 | 0 | 111111 | 1011 | 111110 | 1001000 | 111101 |
Color Harmonies of #DFE355
Complementary color
Monochromatic Colors of #DFE355
Black with #DFE355
Text Example
Text Example
White with #DFE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE355; }
p { color: rgb(223,227,85); }
H1.HeaderClassName
{
color: #DFE355;
}
.AnyTagClassName
{
color: #DFE355;
}
</style>
background-color css
<style>
a { background-color: #DFE355; }
a { background-color: rgb(223,227,85); }
div.DivClassName
{
background-color: #DFE355;
}
.BgClassName
{
background-color: #DFE355;
}
</style>
border-color css
<style>
span { border-color: #DFE355; }
span { border-color: rgb(223,227,85); }
td.TdClassName
{
border-color: #DFE355;
}
.TagClassName
{
border-color: #DFE355;
}
</style>