Shades of Manz #DFED4E
Tints of Manz #DFED4E
RGB
CMYK
RGB Variations
Color information
#DFED4E (or 0xDFED4E) is known color: Manz. HEX triplet: DF, ED and 4E. RGB value is (223,237,78). Sum of RGB (Red+Green+Blue) = 223+237+78=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFED4E is #2012B1. Grayscale: #D7D7D7. Windows color (decimal): -2101938 or 5172703. OLE color: 5172703.
HSL color Cylindrical-coordinate representation of color #DFED4E: hue angle of 65.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFED4E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 78 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.07 |
| HSL | 65.28º | 0.82% | 0.62% | - |
| HSV(B) | 65.28º | 0.67% | 0.93% | - |
| XYZ | 62.09 | 76.81 | 18.76 | - |
| YUV | 214.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 78 | 0.06 | 0 | 0.67 | 0.07 | 65.28 | 0.82 | 0.62 |
| Hex | DF | ED | 4E | 6 | 0 | 43 | 7 | 41 | 52 | 3E |
| Octal | 337 | 355 | 116 | 6 | 0 | 103 | 7 | 101 | 122 | 76 |
| Binary | 11011111 | 11101101 | 1001110 | 110 | 0 | 1000011 | 111 | 1000001 | 1010010 | 111110 |
Color Harmonies of #DFED4E
Complementary color
Monochromatic Colors of #DFED4E
Black with #DFED4E
Text Example
Text Example
White with #DFED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED4E; }
p { color: rgb(223,237,78); }
H1.HeaderClassName
{
color: #DFED4E;
}
.AnyTagClassName
{
color: #DFED4E;
}
</style>
background-color css
<style>
a { background-color: #DFED4E; }
a { background-color: rgb(223,237,78); }
div.DivClassName
{
background-color: #DFED4E;
}
.BgClassName
{
background-color: #DFED4E;
}
</style>
border-color css
<style>
span { border-color: #DFED4E; }
span { border-color: rgb(223,237,78); }
td.TdClassName
{
border-color: #DFED4E;
}
.TagClassName
{
border-color: #DFED4E;
}
</style>