Shades of Bitter Lemon #CEDB2C
Tints of Bitter Lemon #CEDB2C
RGB
CMYK
RGB Variations
Color information
#CEDB2C (or 0xCEDB2C) is known color: Bitter Lemon. HEX triplet: CE, DB and 2C. RGB value is (206,219,44). Sum of RGB (Red+Green+Blue) = 206+219+44=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB2C is #3124D3. Grayscale: #C3C3C3. Windows color (decimal): -3220692 or 2939854. OLE color: 2939854.
HSL color Cylindrical-coordinate representation of color #CEDB2C: hue angle of 64.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEDB2C is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 44 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.14 |
| HSL | 64.46º | 0.71% | 0.52% | - |
| HSV(B) | 64.46º | 0.8% | 0.86% | - |
| XYZ | 51.24 | 63.97 | 12.03 | - |
| YUV | 195.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 44 | 0.06 | 0 | 0.80 | 0.14 | 64.46 | 0.71 | 0.52 |
| Hex | CE | DB | 2C | 6 | 0 | 50 | E | 40 | 47 | 34 |
| Octal | 316 | 333 | 54 | 6 | 0 | 120 | 16 | 100 | 107 | 64 |
| Binary | 11001110 | 11011011 | 101100 | 110 | 0 | 1010000 | 1110 | 1000000 | 1000111 | 110100 |
Color Harmonies of #CEDB2C
Complementary color
Monochromatic Colors of #CEDB2C
Black with #CEDB2C
Text Example
Text Example
White with #CEDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB2C; }
p { color: rgb(206,219,44); }
H1.HeaderClassName
{
color: #CEDB2C;
}
.AnyTagClassName
{
color: #CEDB2C;
}
</style>
background-color css
<style>
a { background-color: #CEDB2C; }
a { background-color: rgb(206,219,44); }
div.DivClassName
{
background-color: #CEDB2C;
}
.BgClassName
{
background-color: #CEDB2C;
}
</style>
border-color css
<style>
span { border-color: #CEDB2C; }
span { border-color: rgb(206,219,44); }
td.TdClassName
{
border-color: #CEDB2C;
}
.TagClassName
{
border-color: #CEDB2C;
}
</style>