Shades of Bitter Lemon #CEDB2D
Tints of Bitter Lemon #CEDB2D
RGB
CMYK
RGB Variations
Color information
#CEDB2D (or 0xCEDB2D) is known color: Bitter Lemon. HEX triplet: CE, DB and 2D. RGB value is (206,219,45). Sum of RGB (Red+Green+Blue) = 206+219+45=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB2D is #3124D2. Grayscale: #C3C3C3. Windows color (decimal): -3220691 or 3005390. OLE color: 3005390.
HSL color Cylindrical-coordinate representation of color #CEDB2D: hue angle of 64.48º 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 #CEDB2D is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 45 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.14 |
| HSL | 64.48º | 0.71% | 0.52% | - |
| HSV(B) | 64.48º | 0.79% | 0.86% | - |
| XYZ | 51.26 | 63.97 | 12.13 | - |
| YUV | 195.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 45 | 0.06 | 0 | 0.79 | 0.14 | 64.48 | 0.71 | 0.52 |
| Hex | CE | DB | 2D | 6 | 0 | 4F | E | 40 | 47 | 34 |
| Octal | 316 | 333 | 55 | 6 | 0 | 117 | 16 | 100 | 107 | 64 |
| Binary | 11001110 | 11011011 | 101101 | 110 | 0 | 1001111 | 1110 | 1000000 | 1000111 | 110100 |
Color Harmonies of #CEDB2D
Complementary color
Monochromatic Colors of #CEDB2D
Black with #CEDB2D
Text Example
Text Example
White with #CEDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB2D; }
p { color: rgb(206,219,45); }
H1.HeaderClassName
{
color: #CEDB2D;
}
.AnyTagClassName
{
color: #CEDB2D;
}
</style>
background-color css
<style>
a { background-color: #CEDB2D; }
a { background-color: rgb(206,219,45); }
div.DivClassName
{
background-color: #CEDB2D;
}
.BgClassName
{
background-color: #CEDB2D;
}
</style>
border-color css
<style>
span { border-color: #CEDB2D; }
span { border-color: rgb(206,219,45); }
td.TdClassName
{
border-color: #CEDB2D;
}
.TagClassName
{
border-color: #CEDB2D;
}
</style>