Shades of Manz #DFE44B
Tints of Manz #DFE44B
RGB
CMYK
RGB Variations
Color information
#DFE44B (or 0xDFE44B) is known color: Manz. HEX triplet: DF, E4 and 4B. RGB value is (223,228,75). Sum of RGB (Red+Green+Blue) = 223+228+75=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE44B is #201BB4. Grayscale: #D1D1D1. Windows color (decimal): -2104245 or 4973791. OLE color: 4973791.
HSL color Cylindrical-coordinate representation of color #DFE44B: hue angle of 61.96º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE44B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 75 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.11 |
| HSL | 61.96º | 0.74% | 0.59% | - |
| HSV(B) | 61.96º | 0.67% | 0.89% | - |
| XYZ | 59.44 | 71.68 | 17.36 | - |
| YUV | 209.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 75 | 0.02 | 0 | 0.67 | 0.11 | 61.96 | 0.74 | 0.59 |
| Hex | DF | E4 | 4B | 2 | 0 | 43 | B | 3E | 4A | 3B |
| Octal | 337 | 344 | 113 | 2 | 0 | 103 | 13 | 76 | 112 | 73 |
| Binary | 11011111 | 11100100 | 1001011 | 10 | 0 | 1000011 | 1011 | 111110 | 1001010 | 111011 |
Color Harmonies of #DFE44B
Complementary color
Monochromatic Colors of #DFE44B
Black with #DFE44B
Text Example
Text Example
White with #DFE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE44B; }
p { color: rgb(223,228,75); }
H1.HeaderClassName
{
color: #DFE44B;
}
.AnyTagClassName
{
color: #DFE44B;
}
</style>
background-color css
<style>
a { background-color: #DFE44B; }
a { background-color: rgb(223,228,75); }
div.DivClassName
{
background-color: #DFE44B;
}
.BgClassName
{
background-color: #DFE44B;
}
</style>
border-color css
<style>
span { border-color: #DFE44B; }
span { border-color: rgb(223,228,75); }
td.TdClassName
{
border-color: #DFE44B;
}
.TagClassName
{
border-color: #DFE44B;
}
</style>