Shades of Bitter Lemon #DCE024
Tints of Bitter Lemon #DCE024
RGB
CMYK
RGB Variations
Color information
#DCE024 (or 0xDCE024) is known color: Bitter Lemon. HEX triplet: DC, E0 and 24. RGB value is (220,224,36). Sum of RGB (Red+Green+Blue) = 220+224+36=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE024 is #231FDB. Grayscale: #CACACA. Windows color (decimal): -2301916 or 2416860. OLE color: 2416860.
HSL color Cylindrical-coordinate representation of color #DCE024: hue angle of 61.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE024 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 36 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.12 |
| HSL | 61.28º | 0.75% | 0.51% | - |
| HSV(B) | 61.28º | 0.84% | 0.88% | - |
| XYZ | 56.49 | 68.65 | 11.94 | - |
| YUV | 201.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 36 | 0.02 | 0 | 0.84 | 0.12 | 61.28 | 0.75 | 0.51 |
| Hex | DC | E0 | 24 | 2 | 0 | 54 | C | 3D | 4B | 33 |
| Octal | 334 | 340 | 44 | 2 | 0 | 124 | 14 | 75 | 113 | 63 |
| Binary | 11011100 | 11100000 | 100100 | 10 | 0 | 1010100 | 1100 | 111101 | 1001011 | 110011 |
Color Harmonies of #DCE024
Complementary color
Monochromatic Colors of #DCE024
Black with #DCE024
Text Example
Text Example
White with #DCE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE024; }
p { color: rgb(220,224,36); }
H1.HeaderClassName
{
color: #DCE024;
}
.AnyTagClassName
{
color: #DCE024;
}
</style>
background-color css
<style>
a { background-color: #DCE024; }
a { background-color: rgb(220,224,36); }
div.DivClassName
{
background-color: #DCE024;
}
.BgClassName
{
background-color: #DCE024;
}
</style>
border-color css
<style>
span { border-color: #DCE024; }
span { border-color: rgb(220,224,36); }
td.TdClassName
{
border-color: #DCE024;
}
.TagClassName
{
border-color: #DCE024;
}
</style>