Shades of Manz #DBE44B
Tints of Manz #DBE44B
RGB
CMYK
RGB Variations
Color information
#DBE44B (or 0xDBE44B) is known color: Manz. HEX triplet: DB, E4 and 4B. RGB value is (219,228,75). Sum of RGB (Red+Green+Blue) = 219+228+75=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE44B is #241BB4. Grayscale: #D0D0D0. Windows color (decimal): -2366389 or 4973787. OLE color: 4973787.
HSL color Cylindrical-coordinate representation of color #DBE44B: hue angle of 63.53º 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 #DBE44B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.11 |
| HSL | 63.53º | 0.74% | 0.59% | - |
| HSV(B) | 63.53º | 0.67% | 0.89% | - |
| XYZ | 58.23 | 71.05 | 17.3 | - |
| YUV | 207.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 75 | 0.04 | 0 | 0.67 | 0.11 | 63.53 | 0.74 | 0.59 |
| Hex | DB | E4 | 4B | 4 | 0 | 43 | B | 40 | 4A | 3B |
| Octal | 333 | 344 | 113 | 4 | 0 | 103 | 13 | 100 | 112 | 73 |
| Binary | 11011011 | 11100100 | 1001011 | 100 | 0 | 1000011 | 1011 | 1000000 | 1001010 | 111011 |
Color Harmonies of #DBE44B
Complementary color
Monochromatic Colors of #DBE44B
Black with #DBE44B
Text Example
Text Example
White with #DBE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE44B; }
p { color: rgb(219,228,75); }
H1.HeaderClassName
{
color: #DBE44B;
}
.AnyTagClassName
{
color: #DBE44B;
}
</style>
background-color css
<style>
a { background-color: #DBE44B; }
a { background-color: rgb(219,228,75); }
div.DivClassName
{
background-color: #DBE44B;
}
.BgClassName
{
background-color: #DBE44B;
}
</style>
border-color css
<style>
span { border-color: #DBE44B; }
span { border-color: rgb(219,228,75); }
td.TdClassName
{
border-color: #DBE44B;
}
.TagClassName
{
border-color: #DBE44B;
}
</style>