Shades of Manz #DFE55A
Tints of Manz #DFE55A
RGB
CMYK
RGB Variations
Color information
#DFE55A (or 0xDFE55A) is known color: Manz. HEX triplet: DF, E5 and 5A. RGB value is (223,229,90). Sum of RGB (Red+Green+Blue) = 223+229+90=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE55A is #201AA5. Grayscale: #D3D3D3. Windows color (decimal): -2103974 or 5957087. OLE color: 5957087.
HSL color Cylindrical-coordinate representation of color #DFE55A: hue angle of 62.59º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFE55A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 90 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.10 |
| HSL | 62.59º | 0.73% | 0.63% | - |
| HSV(B) | 62.59º | 0.61% | 0.9% | - |
| XYZ | 60.3 | 72.46 | 20.48 | - |
| YUV | 211.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 90 | 0.03 | 0 | 0.61 | 0.10 | 62.59 | 0.73 | 0.63 |
| Hex | DF | E5 | 5A | 3 | 0 | 3D | A | 3F | 49 | 3F |
| Octal | 337 | 345 | 132 | 3 | 0 | 75 | 12 | 77 | 111 | 77 |
| Binary | 11011111 | 11100101 | 1011010 | 11 | 0 | 111101 | 1010 | 111111 | 1001001 | 111111 |
Color Harmonies of #DFE55A
Complementary color
Monochromatic Colors of #DFE55A
Black with #DFE55A
Text Example
Text Example
White with #DFE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE55A; }
p { color: rgb(223,229,90); }
H1.HeaderClassName
{
color: #DFE55A;
}
.AnyTagClassName
{
color: #DFE55A;
}
</style>
background-color css
<style>
a { background-color: #DFE55A; }
a { background-color: rgb(223,229,90); }
div.DivClassName
{
background-color: #DFE55A;
}
.BgClassName
{
background-color: #DFE55A;
}
</style>
border-color css
<style>
span { border-color: #DFE55A; }
span { border-color: rgb(223,229,90); }
td.TdClassName
{
border-color: #DFE55A;
}
.TagClassName
{
border-color: #DFE55A;
}
</style>