Shades of Bitter Lemon #CEDC24
Tints of Bitter Lemon #CEDC24
RGB
CMYK
RGB Variations
Color information
#CEDC24 (or 0xCEDC24) is known color: Bitter Lemon. HEX triplet: CE, DC and 24. RGB value is (206,220,36). Sum of RGB (Red+Green+Blue) = 206+220+36=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC24 is #3123DB. Grayscale: #C3C3C3. Windows color (decimal): -3220444 or 2415822. OLE color: 2415822.
HSL color Cylindrical-coordinate representation of color #CEDC24: hue angle of 64.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEDC24 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 36 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.14 |
| HSL | 64.57º | 0.72% | 0.5% | - |
| HSV(B) | 64.57º | 0.84% | 0.86% | - |
| XYZ | 51.37 | 64.44 | 11.4 | - |
| YUV | 194.84 | 38.36 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 36 | 0.06 | 0 | 0.84 | 0.14 | 64.57 | 0.72 | 0.5 |
| Hex | CE | DC | 24 | 6 | 0 | 54 | E | 41 | 48 | 32 |
| Octal | 316 | 334 | 44 | 6 | 0 | 124 | 16 | 101 | 110 | 62 |
| Binary | 11001110 | 11011100 | 100100 | 110 | 0 | 1010100 | 1110 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CEDC24
Complementary color
Monochromatic Colors of #CEDC24
Black with #CEDC24
Text Example
Text Example
White with #CEDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC24; }
p { color: rgb(206,220,36); }
H1.HeaderClassName
{
color: #CEDC24;
}
.AnyTagClassName
{
color: #CEDC24;
}
</style>
background-color css
<style>
a { background-color: #CEDC24; }
a { background-color: rgb(206,220,36); }
div.DivClassName
{
background-color: #CEDC24;
}
.BgClassName
{
background-color: #CEDC24;
}
</style>
border-color css
<style>
span { border-color: #CEDC24; }
span { border-color: rgb(206,220,36); }
td.TdClassName
{
border-color: #CEDC24;
}
.TagClassName
{
border-color: #CEDC24;
}
</style>