Shades of Bitter Lemon #DCE022
Tints of Bitter Lemon #DCE022
RGB
CMYK
RGB Variations
Color information
#DCE022 (or 0xDCE022) is known color: Bitter Lemon. HEX triplet: DC, E0 and 22. RGB value is (220,224,34). Sum of RGB (Red+Green+Blue) = 220+224+34=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE022 is #231FDD. Grayscale: #C9C9C9. Windows color (decimal): -2301918 or 2285788. OLE color: 2285788.
HSL color Cylindrical-coordinate representation of color #DCE022: hue angle of 61.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCE022 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 34 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.12 |
| HSL | 61.26º | 0.75% | 0.51% | - |
| HSV(B) | 61.26º | 0.85% | 0.88% | - |
| XYZ | 56.46 | 68.64 | 11.79 | - |
| YUV | 201.14 | 33.67 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 34 | 0.02 | 0 | 0.85 | 0.12 | 61.26 | 0.75 | 0.51 |
| Hex | DC | E0 | 22 | 2 | 0 | 55 | C | 3D | 4B | 33 |
| Octal | 334 | 340 | 42 | 2 | 0 | 125 | 14 | 75 | 113 | 63 |
| Binary | 11011100 | 11100000 | 100010 | 10 | 0 | 1010101 | 1100 | 111101 | 1001011 | 110011 |
Color Harmonies of #DCE022
Complementary color
Monochromatic Colors of #DCE022
Black with #DCE022
Text Example
Text Example
White with #DCE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE022; }
p { color: rgb(220,224,34); }
H1.HeaderClassName
{
color: #DCE022;
}
.AnyTagClassName
{
color: #DCE022;
}
</style>
background-color css
<style>
a { background-color: #DCE022; }
a { background-color: rgb(220,224,34); }
div.DivClassName
{
background-color: #DCE022;
}
.BgClassName
{
background-color: #DCE022;
}
</style>
border-color css
<style>
span { border-color: #DCE022; }
span { border-color: rgb(220,224,34); }
td.TdClassName
{
border-color: #DCE022;
}
.TagClassName
{
border-color: #DCE022;
}
</style>