Shades of Manz #DFEF4E
Tints of Manz #DFEF4E
RGB
CMYK
RGB Variations
Color information
#DFEF4E (or 0xDFEF4E) is known color: Manz. HEX triplet: DF, EF and 4E. RGB value is (223,239,78). Sum of RGB (Red+Green+Blue) = 223+239+78=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEF4E is #2010B1. Grayscale: #D8D8D8. Windows color (decimal): -2101426 or 5173215. OLE color: 5173215.
HSL color Cylindrical-coordinate representation of color #DFEF4E: hue angle of 65.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFEF4E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 78 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.06 |
| HSL | 65.96º | 0.83% | 0.62% | - |
| HSV(B) | 65.96º | 0.67% | 0.94% | - |
| XYZ | 62.67 | 77.97 | 18.95 | - |
| YUV | 215.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 78 | 0.07 | 0 | 0.67 | 0.06 | 65.96 | 0.83 | 0.62 |
| Hex | DF | EF | 4E | 7 | 0 | 43 | 6 | 42 | 53 | 3E |
| Octal | 337 | 357 | 116 | 7 | 0 | 103 | 6 | 102 | 123 | 76 |
| Binary | 11011111 | 11101111 | 1001110 | 111 | 0 | 1000011 | 110 | 1000010 | 1010011 | 111110 |
Color Harmonies of #DFEF4E
Complementary color
Monochromatic Colors of #DFEF4E
Black with #DFEF4E
Text Example
Text Example
White with #DFEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF4E; }
p { color: rgb(223,239,78); }
H1.HeaderClassName
{
color: #DFEF4E;
}
.AnyTagClassName
{
color: #DFEF4E;
}
</style>
background-color css
<style>
a { background-color: #DFEF4E; }
a { background-color: rgb(223,239,78); }
div.DivClassName
{
background-color: #DFEF4E;
}
.BgClassName
{
background-color: #DFEF4E;
}
</style>
border-color css
<style>
span { border-color: #DFEF4E; }
span { border-color: rgb(223,239,78); }
td.TdClassName
{
border-color: #DFEF4E;
}
.TagClassName
{
border-color: #DFEF4E;
}
</style>