Shades of Manz #DBEA4D
Tints of Manz #DBEA4D
RGB
CMYK
RGB Variations
Color information
#DBEA4D (or 0xDBEA4D) is known color: Manz. HEX triplet: DB, EA and 4D. RGB value is (219,234,77). Sum of RGB (Red+Green+Blue) = 219+234+77=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA4D is #2415B2. Grayscale: #D4D4D4. Windows color (decimal): -2364851 or 5106395. OLE color: 5106395.
HSL color Cylindrical-coordinate representation of color #DBEA4D: hue angle of 65.73º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBEA4D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 77 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.08 |
| HSL | 65.73º | 0.79% | 0.61% | - |
| HSV(B) | 65.73º | 0.67% | 0.92% | - |
| XYZ | 59.98 | 74.44 | 18.23 | - |
| YUV | 211.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 77 | 0.06 | 0 | 0.67 | 0.08 | 65.73 | 0.79 | 0.61 |
| Hex | DB | EA | 4D | 6 | 0 | 43 | 8 | 42 | 4F | 3D |
| Octal | 333 | 352 | 115 | 6 | 0 | 103 | 10 | 102 | 117 | 75 |
| Binary | 11011011 | 11101010 | 1001101 | 110 | 0 | 1000011 | 1000 | 1000010 | 1001111 | 111101 |
Color Harmonies of #DBEA4D
Complementary color
Monochromatic Colors of #DBEA4D
Black with #DBEA4D
Text Example
Text Example
White with #DBEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA4D; }
p { color: rgb(219,234,77); }
H1.HeaderClassName
{
color: #DBEA4D;
}
.AnyTagClassName
{
color: #DBEA4D;
}
</style>
background-color css
<style>
a { background-color: #DBEA4D; }
a { background-color: rgb(219,234,77); }
div.DivClassName
{
background-color: #DBEA4D;
}
.BgClassName
{
background-color: #DBEA4D;
}
</style>
border-color css
<style>
span { border-color: #DBEA4D; }
span { border-color: rgb(219,234,77); }
td.TdClassName
{
border-color: #DBEA4D;
}
.TagClassName
{
border-color: #DBEA4D;
}
</style>