Shades of Bitter Lemon #CDD829
Tints of Bitter Lemon #CDD829
RGB
CMYK
RGB Variations
Color information
#CDD829 (or 0xCDD829) is known color: Bitter Lemon. HEX triplet: CD, D8 and 29. RGB value is (205,216,41). Sum of RGB (Red+Green+Blue) = 205+216+41=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD829 is #3227D6. Grayscale: #C1C1C1. Windows color (decimal): -3286999 or 2742477. OLE color: 2742477.
HSL color Cylindrical-coordinate representation of color #CDD829: hue angle of 63.77º 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 #CDD829 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 41 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.15 |
| HSL | 63.77º | 0.69% | 0.5% | - |
| HSV(B) | 63.77º | 0.81% | 0.85% | - |
| XYZ | 50.13 | 62.25 | 11.47 | - |
| YUV | 192.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 41 | 0.05 | 0 | 0.81 | 0.15 | 63.77 | 0.69 | 0.5 |
| Hex | CD | D8 | 29 | 5 | 0 | 51 | F | 40 | 45 | 32 |
| Octal | 315 | 330 | 51 | 5 | 0 | 121 | 17 | 100 | 105 | 62 |
| Binary | 11001101 | 11011000 | 101001 | 101 | 0 | 1010001 | 1111 | 1000000 | 1000101 | 110010 |
Color Harmonies of #CDD829
Complementary color
Monochromatic Colors of #CDD829
Black with #CDD829
Text Example
Text Example
White with #CDD829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD829; }
p { color: rgb(205,216,41); }
H1.HeaderClassName
{
color: #CDD829;
}
.AnyTagClassName
{
color: #CDD829;
}
</style>
background-color css
<style>
a { background-color: #CDD829; }
a { background-color: rgb(205,216,41); }
div.DivClassName
{
background-color: #CDD829;
}
.BgClassName
{
background-color: #CDD829;
}
</style>
border-color css
<style>
span { border-color: #CDD829; }
span { border-color: rgb(205,216,41); }
td.TdClassName
{
border-color: #CDD829;
}
.TagClassName
{
border-color: #CDD829;
}
</style>