Shades of Bitter Lemon #CDD029
Tints of Bitter Lemon #CDD029
RGB
CMYK
RGB Variations
Color information
#CDD029 (or 0xCDD029) is known color: Bitter Lemon. HEX triplet: CD, D0 and 29. RGB value is (205,208,41). Sum of RGB (Red+Green+Blue) = 205+208+41=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD029 is #322FD6. Grayscale: #BCBCBC. Windows color (decimal): -3289047 or 2740429. OLE color: 2740429.
HSL color Cylindrical-coordinate representation of color #CDD029: hue angle of 61.08º 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 #CDD029 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 41 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 61.08º | 0.67% | 0.49% | - |
| HSV(B) | 61.08º | 0.8% | 0.82% | - |
| XYZ | 48.13 | 58.25 | 10.8 | - |
| YUV | 188.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 41 | 0.01 | 0 | 0.80 | 0.18 | 61.08 | 0.67 | 0.49 |
| Hex | CD | D0 | 29 | 1 | 0 | 50 | 12 | 3D | 43 | 31 |
| Octal | 315 | 320 | 51 | 1 | 0 | 120 | 22 | 75 | 103 | 61 |
| Binary | 11001101 | 11010000 | 101001 | 1 | 0 | 1010000 | 10010 | 111101 | 1000011 | 110001 |
Color Harmonies of #CDD029
Complementary color
Monochromatic Colors of #CDD029
Black with #CDD029
Text Example
Text Example
White with #CDD029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD029; }
p { color: rgb(205,208,41); }
H1.HeaderClassName
{
color: #CDD029;
}
.AnyTagClassName
{
color: #CDD029;
}
</style>
background-color css
<style>
a { background-color: #CDD029; }
a { background-color: rgb(205,208,41); }
div.DivClassName
{
background-color: #CDD029;
}
.BgClassName
{
background-color: #CDD029;
}
</style>
border-color css
<style>
span { border-color: #CDD029; }
span { border-color: rgb(205,208,41); }
td.TdClassName
{
border-color: #CDD029;
}
.TagClassName
{
border-color: #CDD029;
}
</style>