Shades of Manz #DFE152
Tints of Manz #DFE152
RGB
CMYK
RGB Variations
Color information
#DFE152 (or 0xDFE152) is known color: Manz. HEX triplet: DF, E1 and 52. RGB value is (223,225,82). Sum of RGB (Red+Green+Blue) = 223+225+82=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE152 is #201EAD. Grayscale: #D0D0D0. Windows color (decimal): -2105006 or 5431775. OLE color: 5431775.
HSL color Cylindrical-coordinate representation of color #DFE152: hue angle of 60.84º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFE152 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 82 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.12 |
| HSL | 60.84º | 0.7% | 0.6% | - |
| HSV(B) | 60.84º | 0.64% | 0.88% | - |
| XYZ | 58.88 | 70.15 | 18.42 | - |
| YUV | 208.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 82 | 0.01 | 0 | 0.64 | 0.12 | 60.84 | 0.7 | 0.6 |
| Hex | DF | E1 | 52 | 1 | 0 | 40 | C | 3D | 46 | 3C |
| Octal | 337 | 341 | 122 | 1 | 0 | 100 | 14 | 75 | 106 | 74 |
| Binary | 11011111 | 11100001 | 1010010 | 1 | 0 | 1000000 | 1100 | 111101 | 1000110 | 111100 |
Color Harmonies of #DFE152
Complementary color
Monochromatic Colors of #DFE152
Black with #DFE152
Text Example
Text Example
White with #DFE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE152; }
p { color: rgb(223,225,82); }
H1.HeaderClassName
{
color: #DFE152;
}
.AnyTagClassName
{
color: #DFE152;
}
</style>
background-color css
<style>
a { background-color: #DFE152; }
a { background-color: rgb(223,225,82); }
div.DivClassName
{
background-color: #DFE152;
}
.BgClassName
{
background-color: #DFE152;
}
</style>
border-color css
<style>
span { border-color: #DFE152; }
span { border-color: rgb(223,225,82); }
td.TdClassName
{
border-color: #DFE152;
}
.TagClassName
{
border-color: #DFE152;
}
</style>