Shades of Manz #DFE34C
Tints of Manz #DFE34C
RGB
CMYK
RGB Variations
Color information
#DFE34C (or 0xDFE34C) is known color: Manz. HEX triplet: DF, E3 and 4C. RGB value is (223,227,76). Sum of RGB (Red+Green+Blue) = 223+227+76=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE34C is #201CB3. Grayscale: #D1D1D1. Windows color (decimal): -2104500 or 5039071. OLE color: 5039071.
HSL color Cylindrical-coordinate representation of color #DFE34C: hue angle of 61.59º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE34C is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 76 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.11 |
| HSL | 61.59º | 0.73% | 0.59% | - |
| HSV(B) | 61.59º | 0.67% | 0.89% | - |
| XYZ | 59.21 | 71.15 | 17.45 | - |
| YUV | 208.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 76 | 0.02 | 0 | 0.67 | 0.11 | 61.59 | 0.73 | 0.59 |
| Hex | DF | E3 | 4C | 2 | 0 | 43 | B | 3E | 49 | 3B |
| Octal | 337 | 343 | 114 | 2 | 0 | 103 | 13 | 76 | 111 | 73 |
| Binary | 11011111 | 11100011 | 1001100 | 10 | 0 | 1000011 | 1011 | 111110 | 1001001 | 111011 |
Color Harmonies of #DFE34C
Complementary color
Monochromatic Colors of #DFE34C
Black with #DFE34C
Text Example
Text Example
White with #DFE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE34C; }
p { color: rgb(223,227,76); }
H1.HeaderClassName
{
color: #DFE34C;
}
.AnyTagClassName
{
color: #DFE34C;
}
</style>
background-color css
<style>
a { background-color: #DFE34C; }
a { background-color: rgb(223,227,76); }
div.DivClassName
{
background-color: #DFE34C;
}
.BgClassName
{
background-color: #DFE34C;
}
</style>
border-color css
<style>
span { border-color: #DFE34C; }
span { border-color: rgb(223,227,76); }
td.TdClassName
{
border-color: #DFE34C;
}
.TagClassName
{
border-color: #DFE34C;
}
</style>