Shades of Manz #DFE552
Tints of Manz #DFE552
RGB
CMYK
RGB Variations
Color information
#DFE552 (or 0xDFE552) is known color: Manz. HEX triplet: DF, E5 and 52. RGB value is (223,229,82). Sum of RGB (Red+Green+Blue) = 223+229+82=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE552 is #201AAD. Grayscale: #D3D3D3. Windows color (decimal): -2103982 or 5432799. OLE color: 5432799.
HSL color Cylindrical-coordinate representation of color #DFE552: hue angle of 62.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFE552 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 82 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.10 |
| HSL | 62.45º | 0.74% | 0.61% | - |
| HSV(B) | 62.45º | 0.64% | 0.9% | - |
| XYZ | 59.97 | 72.34 | 18.78 | - |
| YUV | 210.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 82 | 0.03 | 0 | 0.64 | 0.10 | 62.45 | 0.74 | 0.61 |
| Hex | DF | E5 | 52 | 3 | 0 | 40 | A | 3E | 4A | 3D |
| Octal | 337 | 345 | 122 | 3 | 0 | 100 | 12 | 76 | 112 | 75 |
| Binary | 11011111 | 11100101 | 1010010 | 11 | 0 | 1000000 | 1010 | 111110 | 1001010 | 111101 |
Color Harmonies of #DFE552
Complementary color
Monochromatic Colors of #DFE552
Black with #DFE552
Text Example
Text Example
White with #DFE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE552; }
p { color: rgb(223,229,82); }
H1.HeaderClassName
{
color: #DFE552;
}
.AnyTagClassName
{
color: #DFE552;
}
</style>
background-color css
<style>
a { background-color: #DFE552; }
a { background-color: rgb(223,229,82); }
div.DivClassName
{
background-color: #DFE552;
}
.BgClassName
{
background-color: #DFE552;
}
</style>
border-color css
<style>
span { border-color: #DFE552; }
span { border-color: rgb(223,229,82); }
td.TdClassName
{
border-color: #DFE552;
}
.TagClassName
{
border-color: #DFE552;
}
</style>