Shades of Bitter Lemon #CED829
Tints of Bitter Lemon #CED829
RGB
CMYK
RGB Variations
Color information
#CED829 (or 0xCED829) is known color: Bitter Lemon. HEX triplet: CE, D8 and 29. RGB value is (206,216,41). Sum of RGB (Red+Green+Blue) = 206+216+41=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #CED829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED829 is #3127D6. Grayscale: #C1C1C1. Windows color (decimal): -3221463 or 2742478. OLE color: 2742478.
HSL color Cylindrical-coordinate representation of color #CED829: hue angle of 63.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CED829 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 41 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.15 |
| HSL | 63.43º | 0.69% | 0.5% | - |
| HSV(B) | 63.43º | 0.81% | 0.85% | - |
| XYZ | 50.41 | 62.39 | 11.48 | - |
| YUV | 193.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 41 | 0.05 | 0 | 0.81 | 0.15 | 63.43 | 0.69 | 0.5 |
| Hex | CE | D8 | 29 | 5 | 0 | 51 | F | 3F | 45 | 32 |
| Octal | 316 | 330 | 51 | 5 | 0 | 121 | 17 | 77 | 105 | 62 |
| Binary | 11001110 | 11011000 | 101001 | 101 | 0 | 1010001 | 1111 | 111111 | 1000101 | 110010 |
Color Harmonies of #CED829
Complementary color
Monochromatic Colors of #CED829
Black with #CED829
Text Example
Text Example
White with #CED829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED829; }
p { color: rgb(206,216,41); }
H1.HeaderClassName
{
color: #CED829;
}
.AnyTagClassName
{
color: #CED829;
}
</style>
background-color css
<style>
a { background-color: #CED829; }
a { background-color: rgb(206,216,41); }
div.DivClassName
{
background-color: #CED829;
}
.BgClassName
{
background-color: #CED829;
}
</style>
border-color css
<style>
span { border-color: #CED829; }
span { border-color: rgb(206,216,41); }
td.TdClassName
{
border-color: #CED829;
}
.TagClassName
{
border-color: #CED829;
}
</style>