Shades of Bitter Lemon #CDDA29
Tints of Bitter Lemon #CDDA29
RGB
CMYK
RGB Variations
Color information
#CDDA29 (or 0xCDDA29) is known color: Bitter Lemon. HEX triplet: CD, DA and 29. RGB value is (205,218,41). Sum of RGB (Red+Green+Blue) = 205+218+41=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA29 is #3225D6. Grayscale: #C2C2C2. Windows color (decimal): -3286487 or 2742989. OLE color: 2742989.
HSL color Cylindrical-coordinate representation of color #CDDA29: hue angle of 64.41º degrees, saturation: 0.71, 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 #CDDA29 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.15 |
| HSL | 64.41º | 0.71% | 0.51% | - |
| HSV(B) | 64.41º | 0.81% | 0.85% | - |
| XYZ | 50.65 | 63.28 | 11.64 | - |
| YUV | 193.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 41 | 0.06 | 0 | 0.81 | 0.15 | 64.41 | 0.71 | 0.51 |
| Hex | CD | DA | 29 | 6 | 0 | 51 | F | 40 | 47 | 33 |
| Octal | 315 | 332 | 51 | 6 | 0 | 121 | 17 | 100 | 107 | 63 |
| Binary | 11001101 | 11011010 | 101001 | 110 | 0 | 1010001 | 1111 | 1000000 | 1000111 | 110011 |
Color Harmonies of #CDDA29
Complementary color
Monochromatic Colors of #CDDA29
Black with #CDDA29
Text Example
Text Example
White with #CDDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA29; }
p { color: rgb(205,218,41); }
H1.HeaderClassName
{
color: #CDDA29;
}
.AnyTagClassName
{
color: #CDDA29;
}
</style>
background-color css
<style>
a { background-color: #CDDA29; }
a { background-color: rgb(205,218,41); }
div.DivClassName
{
background-color: #CDDA29;
}
.BgClassName
{
background-color: #CDDA29;
}
</style>
border-color css
<style>
span { border-color: #CDDA29; }
span { border-color: rgb(205,218,41); }
td.TdClassName
{
border-color: #CDDA29;
}
.TagClassName
{
border-color: #CDDA29;
}
</style>