Shades of Manz #DBE058
Tints of Manz #DBE058
RGB
CMYK
RGB Variations
Color information
#DBE058 (or 0xDBE058) is known color: Manz. HEX triplet: DB, E0 and 58. RGB value is (219,224,88). Sum of RGB (Red+Green+Blue) = 219+224+88=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE058 is #241FA7. Grayscale: #CFCFCF. Windows color (decimal): -2367400 or 5824731. OLE color: 5824731.
HSL color Cylindrical-coordinate representation of color #DBE058: hue angle of 62.21º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE058 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 88 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.12 |
| HSL | 62.21º | 0.69% | 0.61% | - |
| HSV(B) | 62.21º | 0.61% | 0.88% | - |
| XYZ | 57.63 | 69.08 | 19.53 | - |
| YUV | 207 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 88 | 0.02 | 0 | 0.61 | 0.12 | 62.21 | 0.69 | 0.61 |
| Hex | DB | E0 | 58 | 2 | 0 | 3D | C | 3E | 45 | 3D |
| Octal | 333 | 340 | 130 | 2 | 0 | 75 | 14 | 76 | 105 | 75 |
| Binary | 11011011 | 11100000 | 1011000 | 10 | 0 | 111101 | 1100 | 111110 | 1000101 | 111101 |
Color Harmonies of #DBE058
Complementary color
Monochromatic Colors of #DBE058
Black with #DBE058
Text Example
Text Example
White with #DBE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE058; }
p { color: rgb(219,224,88); }
H1.HeaderClassName
{
color: #DBE058;
}
.AnyTagClassName
{
color: #DBE058;
}
</style>
background-color css
<style>
a { background-color: #DBE058; }
a { background-color: rgb(219,224,88); }
div.DivClassName
{
background-color: #DBE058;
}
.BgClassName
{
background-color: #DBE058;
}
</style>
border-color css
<style>
span { border-color: #DBE058; }
span { border-color: rgb(219,224,88); }
td.TdClassName
{
border-color: #DBE058;
}
.TagClassName
{
border-color: #DBE058;
}
</style>