Shades of Manz #DFE94A
Tints of Manz #DFE94A
RGB
CMYK
RGB Variations
Color information
#DFE94A (or 0xDFE94A) is known color: Manz. HEX triplet: DF, E9 and 4A. RGB value is (223,233,74). Sum of RGB (Red+Green+Blue) = 223+233+74=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE94A is #2016B5. Grayscale: #D4D4D4. Windows color (decimal): -2102966 or 4909535. OLE color: 4909535.
HSL color Cylindrical-coordinate representation of color #DFE94A: hue angle of 63.77º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFE94A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 74 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.09 |
| HSL | 63.77º | 0.78% | 0.6% | - |
| HSV(B) | 63.77º | 0.68% | 0.91% | - |
| XYZ | 60.81 | 74.46 | 17.65 | - |
| YUV | 211.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 74 | 0.04 | 0 | 0.68 | 0.09 | 63.77 | 0.78 | 0.6 |
| Hex | DF | E9 | 4A | 4 | 0 | 44 | 9 | 40 | 4E | 3C |
| Octal | 337 | 351 | 112 | 4 | 0 | 104 | 11 | 100 | 116 | 74 |
| Binary | 11011111 | 11101001 | 1001010 | 100 | 0 | 1000100 | 1001 | 1000000 | 1001110 | 111100 |
Color Harmonies of #DFE94A
Complementary color
Monochromatic Colors of #DFE94A
Black with #DFE94A
Text Example
Text Example
White with #DFE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE94A; }
p { color: rgb(223,233,74); }
H1.HeaderClassName
{
color: #DFE94A;
}
.AnyTagClassName
{
color: #DFE94A;
}
</style>
background-color css
<style>
a { background-color: #DFE94A; }
a { background-color: rgb(223,233,74); }
div.DivClassName
{
background-color: #DFE94A;
}
.BgClassName
{
background-color: #DFE94A;
}
</style>
border-color css
<style>
span { border-color: #DFE94A; }
span { border-color: rgb(223,233,74); }
td.TdClassName
{
border-color: #DFE94A;
}
.TagClassName
{
border-color: #DFE94A;
}
</style>