Shades of Manz #DFE45A
Tints of Manz #DFE45A
RGB
CMYK
RGB Variations
Color information
#DFE45A (or 0xDFE45A) is known color: Manz. HEX triplet: DF, E4 and 5A. RGB value is (223,228,90). Sum of RGB (Red+Green+Blue) = 223+228+90=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE45A is #201BA5. Grayscale: #D3D3D3. Windows color (decimal): -2104230 or 5956831. OLE color: 5956831.
HSL color Cylindrical-coordinate representation of color #DFE45A: hue angle of 62.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFE45A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 90 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.11 |
| HSL | 62.17º | 0.72% | 0.62% | - |
| HSV(B) | 62.17º | 0.61% | 0.89% | - |
| XYZ | 60.02 | 71.91 | 20.39 | - |
| YUV | 210.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 90 | 0.02 | 0 | 0.61 | 0.11 | 62.17 | 0.72 | 0.62 |
| Hex | DF | E4 | 5A | 2 | 0 | 3D | B | 3E | 48 | 3E |
| Octal | 337 | 344 | 132 | 2 | 0 | 75 | 13 | 76 | 110 | 76 |
| Binary | 11011111 | 11100100 | 1011010 | 10 | 0 | 111101 | 1011 | 111110 | 1001000 | 111110 |
Color Harmonies of #DFE45A
Complementary color
Monochromatic Colors of #DFE45A
Black with #DFE45A
Text Example
Text Example
White with #DFE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE45A; }
p { color: rgb(223,228,90); }
H1.HeaderClassName
{
color: #DFE45A;
}
.AnyTagClassName
{
color: #DFE45A;
}
</style>
background-color css
<style>
a { background-color: #DFE45A; }
a { background-color: rgb(223,228,90); }
div.DivClassName
{
background-color: #DFE45A;
}
.BgClassName
{
background-color: #DFE45A;
}
</style>
border-color css
<style>
span { border-color: #DFE45A; }
span { border-color: rgb(223,228,90); }
td.TdClassName
{
border-color: #DFE45A;
}
.TagClassName
{
border-color: #DFE45A;
}
</style>