Shades of Manz #DBEA4E
Tints of Manz #DBEA4E
RGB
CMYK
RGB Variations
Color information
#DBEA4E (or 0xDBEA4E) is known color: Manz. HEX triplet: DB, EA and 4E. RGB value is (219,234,78). Sum of RGB (Red+Green+Blue) = 219+234+78=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA4E is #2415B1. Grayscale: #D4D4D4. Windows color (decimal): -2364850 or 5171931. OLE color: 5171931.
HSL color Cylindrical-coordinate representation of color #DBEA4E: hue angle of 65.77º 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 #DBEA4E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 78 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.08 |
| HSL | 65.77º | 0.79% | 0.61% | - |
| HSV(B) | 65.77º | 0.67% | 0.92% | - |
| XYZ | 60.01 | 74.46 | 18.42 | - |
| YUV | 211.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 78 | 0.06 | 0 | 0.67 | 0.08 | 65.77 | 0.79 | 0.61 |
| Hex | DB | EA | 4E | 6 | 0 | 43 | 8 | 42 | 4F | 3D |
| Octal | 333 | 352 | 116 | 6 | 0 | 103 | 10 | 102 | 117 | 75 |
| Binary | 11011011 | 11101010 | 1001110 | 110 | 0 | 1000011 | 1000 | 1000010 | 1001111 | 111101 |
Color Harmonies of #DBEA4E
Complementary color
Monochromatic Colors of #DBEA4E
Black with #DBEA4E
Text Example
Text Example
White with #DBEA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA4E; }
p { color: rgb(219,234,78); }
H1.HeaderClassName
{
color: #DBEA4E;
}
.AnyTagClassName
{
color: #DBEA4E;
}
</style>
background-color css
<style>
a { background-color: #DBEA4E; }
a { background-color: rgb(219,234,78); }
div.DivClassName
{
background-color: #DBEA4E;
}
.BgClassName
{
background-color: #DBEA4E;
}
</style>
border-color css
<style>
span { border-color: #DBEA4E; }
span { border-color: rgb(219,234,78); }
td.TdClassName
{
border-color: #DBEA4E;
}
.TagClassName
{
border-color: #DBEA4E;
}
</style>