Shades of Bitter Lemon #DBE02A
Tints of Bitter Lemon #DBE02A
RGB
CMYK
RGB Variations
Color information
#DBE02A (or 0xDBE02A) is known color: Bitter Lemon. HEX triplet: DB, E0 and 2A. RGB value is (219,224,42). Sum of RGB (Red+Green+Blue) = 219+224+42=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE02A is #241FD5. Grayscale: #CACACA. Windows color (decimal): -2367446 or 2810075. OLE color: 2810075.
HSL color Cylindrical-coordinate representation of color #DBE02A: hue angle of 61.65º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBE02A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 224 | 42 | - |
CMYK | 0.02 | 0 | 0.81 | 0.12 |
HSL | 61.65º | 0.75% | 0.52% | - |
HSV(B) | 61.65º | 0.81% | 0.88% | - |
XYZ | 56.29 | 68.54 | 12.45 | - |
YUV | 201.76 | 37.84 | 140.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 224 | 42 | 0.02 | 0 | 0.81 | 0.12 | 61.65 | 0.75 | 0.52 |
Hex | DB | E0 | 2A | 2 | 0 | 51 | C | 3E | 4B | 34 |
Octal | 333 | 340 | 52 | 2 | 0 | 121 | 14 | 76 | 113 | 64 |
Binary | 11011011 | 11100000 | 101010 | 10 | 0 | 1010001 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DBE02A
Complementary color
Monochromatic Colors of #DBE02A
Black with #DBE02A
Text Example
Text Example
White with #DBE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE02A; }
p { color: rgb(219,224,42); }
H1.HeaderClassName
{
color: #DBE02A;
}
.AnyTagClassName
{
color: #DBE02A;
}
</style>
background-color css
<style>
a { background-color: #DBE02A; }
a { background-color: rgb(219,224,42); }
div.DivClassName
{
background-color: #DBE02A;
}
.BgClassName
{
background-color: #DBE02A;
}
</style>
border-color css
<style>
span { border-color: #DBE02A; }
span { border-color: rgb(219,224,42); }
td.TdClassName
{
border-color: #DBE02A;
}
.TagClassName
{
border-color: #DBE02A;
}
</style>