Shades of Manz #DFE34F
Tints of Manz #DFE34F
RGB
CMYK
RGB Variations
Color information
#DFE34F (or 0xDFE34F) is known color: Manz. HEX triplet: DF, E3 and 4F. RGB value is (223,227,79). Sum of RGB (Red+Green+Blue) = 223+227+79=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE34F is #201CB0. Grayscale: #D1D1D1. Windows color (decimal): -2104497 or 5235679. OLE color: 5235679.
HSL color Cylindrical-coordinate representation of color #DFE34F: hue angle of 61.62º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFE34F is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 79 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.11 |
| HSL | 61.62º | 0.73% | 0.6% | - |
| HSV(B) | 61.62º | 0.65% | 0.89% | - |
| XYZ | 59.31 | 71.19 | 18.01 | - |
| YUV | 208.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 79 | 0.02 | 0 | 0.65 | 0.11 | 61.62 | 0.73 | 0.6 |
| Hex | DF | E3 | 4F | 2 | 0 | 41 | B | 3E | 49 | 3C |
| Octal | 337 | 343 | 117 | 2 | 0 | 101 | 13 | 76 | 111 | 74 |
| Binary | 11011111 | 11100011 | 1001111 | 10 | 0 | 1000001 | 1011 | 111110 | 1001001 | 111100 |
Color Harmonies of #DFE34F
Complementary color
Monochromatic Colors of #DFE34F
Black with #DFE34F
Text Example
Text Example
White with #DFE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE34F; }
p { color: rgb(223,227,79); }
H1.HeaderClassName
{
color: #DFE34F;
}
.AnyTagClassName
{
color: #DFE34F;
}
</style>
background-color css
<style>
a { background-color: #DFE34F; }
a { background-color: rgb(223,227,79); }
div.DivClassName
{
background-color: #DFE34F;
}
.BgClassName
{
background-color: #DFE34F;
}
</style>
border-color css
<style>
span { border-color: #DFE34F; }
span { border-color: rgb(223,227,79); }
td.TdClassName
{
border-color: #DFE34F;
}
.TagClassName
{
border-color: #DFE34F;
}
</style>