Shades of Bitter Lemon #DCE02C
Tints of Bitter Lemon #DCE02C
RGB
CMYK
RGB Variations
Color information
#DCE02C (or 0xDCE02C) is known color: Bitter Lemon. HEX triplet: DC, E0 and 2C. RGB value is (220,224,44). Sum of RGB (Red+Green+Blue) = 220+224+44=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE02C is #231FD3. Grayscale: #CBCBCB. Windows color (decimal): -2301908 or 2941148. OLE color: 2941148.
HSL color Cylindrical-coordinate representation of color #DCE02C: hue angle of 61.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE02C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 44 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.12 |
| HSL | 61.33º | 0.74% | 0.53% | - |
| HSV(B) | 61.33º | 0.8% | 0.88% | - |
| XYZ | 56.63 | 68.71 | 12.66 | - |
| YUV | 202.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 44 | 0.02 | 0 | 0.80 | 0.12 | 61.33 | 0.74 | 0.53 |
| Hex | DC | E0 | 2C | 2 | 0 | 50 | C | 3D | 4A | 35 |
| Octal | 334 | 340 | 54 | 2 | 0 | 120 | 14 | 75 | 112 | 65 |
| Binary | 11011100 | 11100000 | 101100 | 10 | 0 | 1010000 | 1100 | 111101 | 1001010 | 110101 |
Color Harmonies of #DCE02C
Complementary color
Monochromatic Colors of #DCE02C
Black with #DCE02C
Text Example
Text Example
White with #DCE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE02C; }
p { color: rgb(220,224,44); }
H1.HeaderClassName
{
color: #DCE02C;
}
.AnyTagClassName
{
color: #DCE02C;
}
</style>
background-color css
<style>
a { background-color: #DCE02C; }
a { background-color: rgb(220,224,44); }
div.DivClassName
{
background-color: #DCE02C;
}
.BgClassName
{
background-color: #DCE02C;
}
</style>
border-color css
<style>
span { border-color: #DCE02C; }
span { border-color: rgb(220,224,44); }
td.TdClassName
{
border-color: #DCE02C;
}
.TagClassName
{
border-color: #DCE02C;
}
</style>