Shades of Manz #DBEB4B
Tints of Manz #DBEB4B
RGB
CMYK
RGB Variations
Color information
#DBEB4B (or 0xDBEB4B) is known color: Manz. HEX triplet: DB, EB and 4B. RGB value is (219,235,75). Sum of RGB (Red+Green+Blue) = 219+235+75=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB4B is #2414B4. Grayscale: #D4D4D4. Windows color (decimal): -2364597 or 4975579. OLE color: 4975579.
HSL color Cylindrical-coordinate representation of color #DBEB4B: hue angle of 66º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBEB4B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 75 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.08 |
| HSL | 66º | 0.8% | 0.61% | - |
| HSV(B) | 66º | 0.68% | 0.92% | - |
| XYZ | 60.19 | 74.98 | 17.96 | - |
| YUV | 211.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 75 | 0.07 | 0 | 0.68 | 0.08 | 66 | 0.8 | 0.61 |
| Hex | DB | EB | 4B | 7 | 0 | 44 | 8 | 42 | 50 | 3D |
| Octal | 333 | 353 | 113 | 7 | 0 | 104 | 10 | 102 | 120 | 75 |
| Binary | 11011011 | 11101011 | 1001011 | 111 | 0 | 1000100 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DBEB4B
Complementary color
Monochromatic Colors of #DBEB4B
Black with #DBEB4B
Text Example
Text Example
White with #DBEB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB4B; }
p { color: rgb(219,235,75); }
H1.HeaderClassName
{
color: #DBEB4B;
}
.AnyTagClassName
{
color: #DBEB4B;
}
</style>
background-color css
<style>
a { background-color: #DBEB4B; }
a { background-color: rgb(219,235,75); }
div.DivClassName
{
background-color: #DBEB4B;
}
.BgClassName
{
background-color: #DBEB4B;
}
</style>
border-color css
<style>
span { border-color: #DBEB4B; }
span { border-color: rgb(219,235,75); }
td.TdClassName
{
border-color: #DBEB4B;
}
.TagClassName
{
border-color: #DBEB4B;
}
</style>