Shades of Bitter Lemon #CEDC2E
Tints of Bitter Lemon #CEDC2E
RGB
CMYK
RGB Variations
Color information
#CEDC2E (or 0xCEDC2E) is known color: Bitter Lemon. HEX triplet: CE, DC and 2E. RGB value is (206,220,46). Sum of RGB (Red+Green+Blue) = 206+220+46=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC2E is #3123D1. Grayscale: #C4C4C4. Windows color (decimal): -3220434 or 3071182. OLE color: 3071182.
HSL color Cylindrical-coordinate representation of color #CEDC2E: hue angle of 64.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEDC2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 46 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.14 |
| HSL | 64.83º | 0.71% | 0.52% | - |
| HSV(B) | 64.83º | 0.79% | 0.86% | - |
| XYZ | 51.54 | 64.51 | 12.32 | - |
| YUV | 195.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 46 | 0.06 | 0 | 0.79 | 0.14 | 64.83 | 0.71 | 0.52 |
| Hex | CE | DC | 2E | 6 | 0 | 4F | E | 41 | 47 | 34 |
| Octal | 316 | 334 | 56 | 6 | 0 | 117 | 16 | 101 | 107 | 64 |
| Binary | 11001110 | 11011100 | 101110 | 110 | 0 | 1001111 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CEDC2E
Complementary color
Monochromatic Colors of #CEDC2E
Black with #CEDC2E
Text Example
Text Example
White with #CEDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC2E; }
p { color: rgb(206,220,46); }
H1.HeaderClassName
{
color: #CEDC2E;
}
.AnyTagClassName
{
color: #CEDC2E;
}
</style>
background-color css
<style>
a { background-color: #CEDC2E; }
a { background-color: rgb(206,220,46); }
div.DivClassName
{
background-color: #CEDC2E;
}
.BgClassName
{
background-color: #CEDC2E;
}
</style>
border-color css
<style>
span { border-color: #CEDC2E; }
span { border-color: rgb(206,220,46); }
td.TdClassName
{
border-color: #CEDC2E;
}
.TagClassName
{
border-color: #CEDC2E;
}
</style>