Shades of Manz #DBEF4A
Tints of Manz #DBEF4A
RGB
CMYK
RGB Variations
Color information
#DBEF4A (or 0xDBEF4A) is known color: Manz. HEX triplet: DB, EF and 4A. RGB value is (219,239,74). Sum of RGB (Red+Green+Blue) = 219+239+74=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF4A is #2410B5. Grayscale: #D6D6D6. Windows color (decimal): -2363574 or 4911067. OLE color: 4911067.
HSL color Cylindrical-coordinate representation of color #DBEF4A: hue angle of 67.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBEF4A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 74 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.06 |
| HSL | 67.27º | 0.84% | 0.61% | - |
| HSV(B) | 67.27º | 0.69% | 0.94% | - |
| XYZ | 61.32 | 77.29 | 18.16 | - |
| YUV | 214.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 74 | 0.08 | 0 | 0.69 | 0.06 | 67.27 | 0.84 | 0.61 |
| Hex | DB | EF | 4A | 8 | 0 | 45 | 6 | 43 | 54 | 3D |
| Octal | 333 | 357 | 112 | 10 | 0 | 105 | 6 | 103 | 124 | 75 |
| Binary | 11011011 | 11101111 | 1001010 | 1000 | 0 | 1000101 | 110 | 1000011 | 1010100 | 111101 |
Color Harmonies of #DBEF4A
Complementary color
Monochromatic Colors of #DBEF4A
Black with #DBEF4A
Text Example
Text Example
White with #DBEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF4A; }
p { color: rgb(219,239,74); }
H1.HeaderClassName
{
color: #DBEF4A;
}
.AnyTagClassName
{
color: #DBEF4A;
}
</style>
background-color css
<style>
a { background-color: #DBEF4A; }
a { background-color: rgb(219,239,74); }
div.DivClassName
{
background-color: #DBEF4A;
}
.BgClassName
{
background-color: #DBEF4A;
}
</style>
border-color css
<style>
span { border-color: #DBEF4A; }
span { border-color: rgb(219,239,74); }
td.TdClassName
{
border-color: #DBEF4A;
}
.TagClassName
{
border-color: #DBEF4A;
}
</style>