Shades of Bitter Lemon #DCE02A
Tints of Bitter Lemon #DCE02A
RGB
CMYK
RGB Variations
Color information
#DCE02A (or 0xDCE02A) is known color: Bitter Lemon. HEX triplet: DC, E0 and 2A. RGB value is (220,224,42). Sum of RGB (Red+Green+Blue) = 220+224+42=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE02A is #231FD5. Grayscale: #CACACA. Windows color (decimal): -2301910 or 2810076. OLE color: 2810076.
HSL color Cylindrical-coordinate representation of color #DCE02A: hue angle of 61.32º 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 #DCE02A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 42 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.12 |
| HSL | 61.32º | 0.75% | 0.52% | - |
| HSV(B) | 61.32º | 0.81% | 0.88% | - |
| XYZ | 56.59 | 68.69 | 12.47 | - |
| YUV | 202.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 42 | 0.02 | 0 | 0.81 | 0.12 | 61.32 | 0.75 | 0.52 |
| Hex | DC | E0 | 2A | 2 | 0 | 51 | C | 3D | 4B | 34 |
| Octal | 334 | 340 | 52 | 2 | 0 | 121 | 14 | 75 | 113 | 64 |
| Binary | 11011100 | 11100000 | 101010 | 10 | 0 | 1010001 | 1100 | 111101 | 1001011 | 110100 |
Color Harmonies of #DCE02A
Complementary color
Monochromatic Colors of #DCE02A
Black with #DCE02A
Text Example
Text Example
White with #DCE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE02A; }
p { color: rgb(220,224,42); }
H1.HeaderClassName
{
color: #DCE02A;
}
.AnyTagClassName
{
color: #DCE02A;
}
</style>
background-color css
<style>
a { background-color: #DCE02A; }
a { background-color: rgb(220,224,42); }
div.DivClassName
{
background-color: #DCE02A;
}
.BgClassName
{
background-color: #DCE02A;
}
</style>
border-color css
<style>
span { border-color: #DCE02A; }
span { border-color: rgb(220,224,42); }
td.TdClassName
{
border-color: #DCE02A;
}
.TagClassName
{
border-color: #DCE02A;
}
</style>