Shades of Manz #DFE94D
Tints of Manz #DFE94D
RGB
CMYK
RGB Variations
Color information
#DFE94D (or 0xDFE94D) is known color: Manz. HEX triplet: DF, E9 and 4D. RGB value is (223,233,77). Sum of RGB (Red+Green+Blue) = 223+233+77=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE94D is #2016B2. Grayscale: #D4D4D4. Windows color (decimal): -2102963 or 5106143. OLE color: 5106143.
HSL color Cylindrical-coordinate representation of color #DFE94D: hue angle of 63.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE94D is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 77 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.09 |
| HSL | 63.85º | 0.78% | 0.61% | - |
| HSV(B) | 63.85º | 0.67% | 0.91% | - |
| XYZ | 60.91 | 74.5 | 18.19 | - |
| YUV | 212.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 77 | 0.04 | 0 | 0.67 | 0.09 | 63.85 | 0.78 | 0.61 |
| Hex | DF | E9 | 4D | 4 | 0 | 43 | 9 | 40 | 4E | 3D |
| Octal | 337 | 351 | 115 | 4 | 0 | 103 | 11 | 100 | 116 | 75 |
| Binary | 11011111 | 11101001 | 1001101 | 100 | 0 | 1000011 | 1001 | 1000000 | 1001110 | 111101 |
Color Harmonies of #DFE94D
Complementary color
Monochromatic Colors of #DFE94D
Black with #DFE94D
Text Example
Text Example
White with #DFE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE94D; }
p { color: rgb(223,233,77); }
H1.HeaderClassName
{
color: #DFE94D;
}
.AnyTagClassName
{
color: #DFE94D;
}
</style>
background-color css
<style>
a { background-color: #DFE94D; }
a { background-color: rgb(223,233,77); }
div.DivClassName
{
background-color: #DFE94D;
}
.BgClassName
{
background-color: #DFE94D;
}
</style>
border-color css
<style>
span { border-color: #DFE94D; }
span { border-color: rgb(223,233,77); }
td.TdClassName
{
border-color: #DFE94D;
}
.TagClassName
{
border-color: #DFE94D;
}
</style>