Shades of Manz #DFE254
Tints of Manz #DFE254
RGB
CMYK
RGB Variations
Color information
#DFE254 (or 0xDFE254) is known color: Manz. HEX triplet: DF, E2 and 54. RGB value is (223,226,84). Sum of RGB (Red+Green+Blue) = 223+226+84=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE254 is #201DAB. Grayscale: #D1D1D1. Windows color (decimal): -2104748 or 5563103. OLE color: 5563103.
HSL color Cylindrical-coordinate representation of color #DFE254: hue angle of 61.27º degrees, saturation: 0.71, 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 #DFE254 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 84 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.11 |
| HSL | 61.27º | 0.71% | 0.61% | - |
| HSV(B) | 61.27º | 0.63% | 0.89% | - |
| XYZ | 59.23 | 70.72 | 18.92 | - |
| YUV | 208.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 84 | 0.01 | 0 | 0.63 | 0.11 | 61.27 | 0.71 | 0.61 |
| Hex | DF | E2 | 54 | 1 | 0 | 3F | B | 3D | 47 | 3D |
| Octal | 337 | 342 | 124 | 1 | 0 | 77 | 13 | 75 | 107 | 75 |
| Binary | 11011111 | 11100010 | 1010100 | 1 | 0 | 111111 | 1011 | 111101 | 1000111 | 111101 |
Color Harmonies of #DFE254
Complementary color
Monochromatic Colors of #DFE254
Black with #DFE254
Text Example
Text Example
White with #DFE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE254; }
p { color: rgb(223,226,84); }
H1.HeaderClassName
{
color: #DFE254;
}
.AnyTagClassName
{
color: #DFE254;
}
</style>
background-color css
<style>
a { background-color: #DFE254; }
a { background-color: rgb(223,226,84); }
div.DivClassName
{
background-color: #DFE254;
}
.BgClassName
{
background-color: #DFE254;
}
</style>
border-color css
<style>
span { border-color: #DFE254; }
span { border-color: rgb(223,226,84); }
td.TdClassName
{
border-color: #DFE254;
}
.TagClassName
{
border-color: #DFE254;
}
</style>