Shades of Manz #DFE54B
Tints of Manz #DFE54B
RGB
CMYK
RGB Variations
Color information
#DFE54B (or 0xDFE54B) is known color: Manz. HEX triplet: DF, E5 and 4B. RGB value is (223,229,75). Sum of RGB (Red+Green+Blue) = 223+229+75=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE54B is #201AB4. Grayscale: #D2D2D2. Windows color (decimal): -2103989 or 4974047. OLE color: 4974047.
HSL color Cylindrical-coordinate representation of color #DFE54B: hue angle of 62.34º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE54B is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 75 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.10 |
| HSL | 62.34º | 0.75% | 0.6% | - |
| HSV(B) | 62.34º | 0.67% | 0.9% | - |
| XYZ | 59.72 | 72.23 | 17.45 | - |
| YUV | 209.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 75 | 0.03 | 0 | 0.67 | 0.10 | 62.34 | 0.75 | 0.6 |
| Hex | DF | E5 | 4B | 3 | 0 | 43 | A | 3E | 4B | 3C |
| Octal | 337 | 345 | 113 | 3 | 0 | 103 | 12 | 76 | 113 | 74 |
| Binary | 11011111 | 11100101 | 1001011 | 11 | 0 | 1000011 | 1010 | 111110 | 1001011 | 111100 |
Color Harmonies of #DFE54B
Complementary color
Monochromatic Colors of #DFE54B
Black with #DFE54B
Text Example
Text Example
White with #DFE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE54B; }
p { color: rgb(223,229,75); }
H1.HeaderClassName
{
color: #DFE54B;
}
.AnyTagClassName
{
color: #DFE54B;
}
</style>
background-color css
<style>
a { background-color: #DFE54B; }
a { background-color: rgb(223,229,75); }
div.DivClassName
{
background-color: #DFE54B;
}
.BgClassName
{
background-color: #DFE54B;
}
</style>
border-color css
<style>
span { border-color: #DFE54B; }
span { border-color: rgb(223,229,75); }
td.TdClassName
{
border-color: #DFE54B;
}
.TagClassName
{
border-color: #DFE54B;
}
</style>