Shades of Manz #DFE852
Tints of Manz #DFE852
RGB
CMYK
RGB Variations
Color information
#DFE852 (or 0xDFE852) is known color: Manz. HEX triplet: DF, E8 and 52. RGB value is (223,232,82). Sum of RGB (Red+Green+Blue) = 223+232+82=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE852 is #2017AD. Grayscale: #D4D4D4. Windows color (decimal): -2103214 or 5433567. OLE color: 5433567.
HSL color Cylindrical-coordinate representation of color #DFE852: hue angle of 63.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFE852 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 82 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.09 |
| HSL | 63.6º | 0.77% | 0.62% | - |
| HSV(B) | 63.6º | 0.65% | 0.91% | - |
| XYZ | 60.81 | 74.01 | 19.06 | - |
| YUV | 212.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 82 | 0.04 | 0 | 0.65 | 0.09 | 63.6 | 0.77 | 0.62 |
| Hex | DF | E8 | 52 | 4 | 0 | 41 | 9 | 40 | 4D | 3E |
| Octal | 337 | 350 | 122 | 4 | 0 | 101 | 11 | 100 | 115 | 76 |
| Binary | 11011111 | 11101000 | 1010010 | 100 | 0 | 1000001 | 1001 | 1000000 | 1001101 | 111110 |
Color Harmonies of #DFE852
Complementary color
Monochromatic Colors of #DFE852
Black with #DFE852
Text Example
Text Example
White with #DFE852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE852; }
p { color: rgb(223,232,82); }
H1.HeaderClassName
{
color: #DFE852;
}
.AnyTagClassName
{
color: #DFE852;
}
</style>
background-color css
<style>
a { background-color: #DFE852; }
a { background-color: rgb(223,232,82); }
div.DivClassName
{
background-color: #DFE852;
}
.BgClassName
{
background-color: #DFE852;
}
</style>
border-color css
<style>
span { border-color: #DFE852; }
span { border-color: rgb(223,232,82); }
td.TdClassName
{
border-color: #DFE852;
}
.TagClassName
{
border-color: #DFE852;
}
</style>