Shades of Bitter Lemon #CDDB29
Tints of Bitter Lemon #CDDB29
RGB
CMYK
RGB Variations
Color information
#CDDB29 (or 0xCDDB29) is known color: Bitter Lemon. HEX triplet: CD, DB and 29. RGB value is (205,219,41). Sum of RGB (Red+Green+Blue) = 205+219+41=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB29 is #3224D6. Grayscale: #C3C3C3. Windows color (decimal): -3286231 or 2743245. OLE color: 2743245.
HSL color Cylindrical-coordinate representation of color #CDDB29: hue angle of 64.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDDB29 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.14 |
| HSL | 64.72º | 0.71% | 0.51% | - |
| HSV(B) | 64.72º | 0.81% | 0.86% | - |
| XYZ | 50.91 | 63.8 | 11.73 | - |
| YUV | 194.52 | 41.36 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 41 | 0.06 | 0 | 0.81 | 0.14 | 64.72 | 0.71 | 0.51 |
| Hex | CD | DB | 29 | 6 | 0 | 51 | E | 41 | 47 | 33 |
| Octal | 315 | 333 | 51 | 6 | 0 | 121 | 16 | 101 | 107 | 63 |
| Binary | 11001101 | 11011011 | 101001 | 110 | 0 | 1010001 | 1110 | 1000001 | 1000111 | 110011 |
Color Harmonies of #CDDB29
Complementary color
Monochromatic Colors of #CDDB29
Black with #CDDB29
Text Example
Text Example
White with #CDDB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB29; }
p { color: rgb(205,219,41); }
H1.HeaderClassName
{
color: #CDDB29;
}
.AnyTagClassName
{
color: #CDDB29;
}
</style>
background-color css
<style>
a { background-color: #CDDB29; }
a { background-color: rgb(205,219,41); }
div.DivClassName
{
background-color: #CDDB29;
}
.BgClassName
{
background-color: #CDDB29;
}
</style>
border-color css
<style>
span { border-color: #CDDB29; }
span { border-color: rgb(205,219,41); }
td.TdClassName
{
border-color: #CDDB29;
}
.TagClassName
{
border-color: #CDDB29;
}
</style>