Shades of Manz #DFE455
Tints of Manz #DFE455
RGB
CMYK
RGB Variations
Color information
#DFE455 (or 0xDFE455) is known color: Manz. HEX triplet: DF, E4 and 55. RGB value is (223,228,85). Sum of RGB (Red+Green+Blue) = 223+228+85=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE455 is #201BAA. Grayscale: #D2D2D2. Windows color (decimal): -2104235 or 5629151. OLE color: 5629151.
HSL color Cylindrical-coordinate representation of color #DFE455: hue angle of 62.1º degrees, saturation: 0.73, 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 #DFE455 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 85 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.11 |
| HSL | 62.1º | 0.73% | 0.61% | - |
| HSV(B) | 62.1º | 0.63% | 0.89% | - |
| XYZ | 59.81 | 71.83 | 19.31 | - |
| YUV | 210.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 85 | 0.02 | 0 | 0.63 | 0.11 | 62.1 | 0.73 | 0.61 |
| Hex | DF | E4 | 55 | 2 | 0 | 3F | B | 3E | 49 | 3D |
| Octal | 337 | 344 | 125 | 2 | 0 | 77 | 13 | 76 | 111 | 75 |
| Binary | 11011111 | 11100100 | 1010101 | 10 | 0 | 111111 | 1011 | 111110 | 1001001 | 111101 |
Color Harmonies of #DFE455
Complementary color
Monochromatic Colors of #DFE455
Black with #DFE455
Text Example
Text Example
White with #DFE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE455; }
p { color: rgb(223,228,85); }
H1.HeaderClassName
{
color: #DFE455;
}
.AnyTagClassName
{
color: #DFE455;
}
</style>
background-color css
<style>
a { background-color: #DFE455; }
a { background-color: rgb(223,228,85); }
div.DivClassName
{
background-color: #DFE455;
}
.BgClassName
{
background-color: #DFE455;
}
</style>
border-color css
<style>
span { border-color: #DFE455; }
span { border-color: rgb(223,228,85); }
td.TdClassName
{
border-color: #DFE455;
}
.TagClassName
{
border-color: #DFE455;
}
</style>