Shades of Manz #DFE750
Tints of Manz #DFE750
RGB
CMYK
RGB Variations
Color information
#DFE750 (or 0xDFE750) is known color: Manz. HEX triplet: DF, E7 and 50. RGB value is (223,231,80). Sum of RGB (Red+Green+Blue) = 223+231+80=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE750 is #2018AF. Grayscale: #D3D3D3. Windows color (decimal): -2103472 or 5302239. OLE color: 5302239.
HSL color Cylindrical-coordinate representation of color #DFE750: hue angle of 63.18º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFE750 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 80 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.09 |
| HSL | 63.18º | 0.76% | 0.61% | - |
| HSV(B) | 63.18º | 0.65% | 0.91% | - |
| XYZ | 60.46 | 73.42 | 18.57 | - |
| YUV | 211.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 80 | 0.03 | 0 | 0.65 | 0.09 | 63.18 | 0.76 | 0.61 |
| Hex | DF | E7 | 50 | 3 | 0 | 41 | 9 | 3F | 4C | 3D |
| Octal | 337 | 347 | 120 | 3 | 0 | 101 | 11 | 77 | 114 | 75 |
| Binary | 11011111 | 11100111 | 1010000 | 11 | 0 | 1000001 | 1001 | 111111 | 1001100 | 111101 |
Color Harmonies of #DFE750
Complementary color
Monochromatic Colors of #DFE750
Black with #DFE750
Text Example
Text Example
White with #DFE750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE750; }
p { color: rgb(223,231,80); }
H1.HeaderClassName
{
color: #DFE750;
}
.AnyTagClassName
{
color: #DFE750;
}
</style>
background-color css
<style>
a { background-color: #DFE750; }
a { background-color: rgb(223,231,80); }
div.DivClassName
{
background-color: #DFE750;
}
.BgClassName
{
background-color: #DFE750;
}
</style>
border-color css
<style>
span { border-color: #DFE750; }
span { border-color: rgb(223,231,80); }
td.TdClassName
{
border-color: #DFE750;
}
.TagClassName
{
border-color: #DFE750;
}
</style>