Shades of Bitter Lemon #CEDC2D
Tints of Bitter Lemon #CEDC2D
RGB
CMYK
RGB Variations
Color information
#CEDC2D (or 0xCEDC2D) is known color: Bitter Lemon. HEX triplet: CE, DC and 2D. RGB value is (206,220,45). Sum of RGB (Red+Green+Blue) = 206+220+45=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC2D is #3123D2. Grayscale: #C4C4C4. Windows color (decimal): -3220435 or 3005646. OLE color: 3005646.
HSL color Cylindrical-coordinate representation of color #CEDC2D: hue angle of 64.8º 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 #CEDC2D is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 45 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.14 |
| HSL | 64.8º | 0.71% | 0.52% | - |
| HSV(B) | 64.8º | 0.8% | 0.86% | - |
| XYZ | 51.52 | 64.5 | 12.22 | - |
| YUV | 195.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 45 | 0.06 | 0 | 0.80 | 0.14 | 64.8 | 0.71 | 0.52 |
| Hex | CE | DC | 2D | 6 | 0 | 50 | E | 41 | 47 | 34 |
| Octal | 316 | 334 | 55 | 6 | 0 | 120 | 16 | 101 | 107 | 64 |
| Binary | 11001110 | 11011100 | 101101 | 110 | 0 | 1010000 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CEDC2D
Complementary color
Monochromatic Colors of #CEDC2D
Black with #CEDC2D
Text Example
Text Example
White with #CEDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC2D; }
p { color: rgb(206,220,45); }
H1.HeaderClassName
{
color: #CEDC2D;
}
.AnyTagClassName
{
color: #CEDC2D;
}
</style>
background-color css
<style>
a { background-color: #CEDC2D; }
a { background-color: rgb(206,220,45); }
div.DivClassName
{
background-color: #CEDC2D;
}
.BgClassName
{
background-color: #CEDC2D;
}
</style>
border-color css
<style>
span { border-color: #CEDC2D; }
span { border-color: rgb(206,220,45); }
td.TdClassName
{
border-color: #CEDC2D;
}
.TagClassName
{
border-color: #CEDC2D;
}
</style>