Shades of Bitter Lemon #CDD929
Tints of Bitter Lemon #CDD929
RGB
CMYK
RGB Variations
Color information
#CDD929 (or 0xCDD929) is known color: Bitter Lemon. HEX triplet: CD, D9 and 29. RGB value is (205,217,41). Sum of RGB (Red+Green+Blue) = 205+217+41=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD929 is #3226D6. Grayscale: #C2C2C2. Windows color (decimal): -3286743 or 2742733. OLE color: 2742733.
HSL color Cylindrical-coordinate representation of color #CDD929: hue angle of 64.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDD929 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.15 |
| HSL | 64.09º | 0.7% | 0.51% | - |
| HSV(B) | 64.09º | 0.81% | 0.85% | - |
| XYZ | 50.39 | 62.76 | 11.56 | - |
| YUV | 193.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 41 | 0.06 | 0 | 0.81 | 0.15 | 64.09 | 0.7 | 0.51 |
| Hex | CD | D9 | 29 | 6 | 0 | 51 | F | 40 | 46 | 33 |
| Octal | 315 | 331 | 51 | 6 | 0 | 121 | 17 | 100 | 106 | 63 |
| Binary | 11001101 | 11011001 | 101001 | 110 | 0 | 1010001 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CDD929
Complementary color
Monochromatic Colors of #CDD929
Black with #CDD929
Text Example
Text Example
White with #CDD929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD929; }
p { color: rgb(205,217,41); }
H1.HeaderClassName
{
color: #CDD929;
}
.AnyTagClassName
{
color: #CDD929;
}
</style>
background-color css
<style>
a { background-color: #CDD929; }
a { background-color: rgb(205,217,41); }
div.DivClassName
{
background-color: #CDD929;
}
.BgClassName
{
background-color: #CDD929;
}
</style>
border-color css
<style>
span { border-color: #CDD929; }
span { border-color: rgb(205,217,41); }
td.TdClassName
{
border-color: #CDD929;
}
.TagClassName
{
border-color: #CDD929;
}
</style>