Shades of Bitter Lemon #CED129
Tints of Bitter Lemon #CED129
RGB
CMYK
RGB Variations
Color information
#CED129 (or 0xCED129) is known color: Bitter Lemon. HEX triplet: CE, D1 and 29. RGB value is (206,209,41). Sum of RGB (Red+Green+Blue) = 206+209+41=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #CED129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED129 is #312ED6. Grayscale: #BDBDBD. Windows color (decimal): -3223255 or 2740686. OLE color: 2740686.
HSL color Cylindrical-coordinate representation of color #CED129: hue angle of 61.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED129 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 41 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 61.07º | 0.67% | 0.49% | - |
| HSV(B) | 61.07º | 0.8% | 0.82% | - |
| XYZ | 48.65 | 58.88 | 10.9 | - |
| YUV | 188.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 41 | 0.01 | 0 | 0.80 | 0.18 | 61.07 | 0.67 | 0.49 |
| Hex | CE | D1 | 29 | 1 | 0 | 50 | 12 | 3D | 43 | 31 |
| Octal | 316 | 321 | 51 | 1 | 0 | 120 | 22 | 75 | 103 | 61 |
| Binary | 11001110 | 11010001 | 101001 | 1 | 0 | 1010000 | 10010 | 111101 | 1000011 | 110001 |
Color Harmonies of #CED129
Complementary color
Monochromatic Colors of #CED129
Black with #CED129
Text Example
Text Example
White with #CED129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED129; }
p { color: rgb(206,209,41); }
H1.HeaderClassName
{
color: #CED129;
}
.AnyTagClassName
{
color: #CED129;
}
</style>
background-color css
<style>
a { background-color: #CED129; }
a { background-color: rgb(206,209,41); }
div.DivClassName
{
background-color: #CED129;
}
.BgClassName
{
background-color: #CED129;
}
</style>
border-color css
<style>
span { border-color: #CED129; }
span { border-color: rgb(206,209,41); }
td.TdClassName
{
border-color: #CED129;
}
.TagClassName
{
border-color: #CED129;
}
</style>