Shades of Bitter Lemon #CDD034
Tints of Bitter Lemon #CDD034
RGB
CMYK
RGB Variations
Color information
#CDD034 (or 0xCDD034) is known color: Bitter Lemon. HEX triplet: CD, D0 and 34. RGB value is (205,208,52). Sum of RGB (Red+Green+Blue) = 205+208+52=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD034 is #322FCB. Grayscale: #BDBDBD. Windows color (decimal): -3289036 or 3461325. OLE color: 3461325.
HSL color Cylindrical-coordinate representation of color #CDD034: hue angle of 61.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD034 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 52 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 61.15º | 0.62% | 0.51% | - |
| HSV(B) | 61.15º | 0.75% | 0.82% | - |
| XYZ | 48.35 | 58.34 | 11.96 | - |
| YUV | 189.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 52 | 0.01 | 0 | 0.75 | 0.18 | 61.15 | 0.62 | 0.51 |
| Hex | CD | D0 | 34 | 1 | 0 | 4B | 12 | 3D | 3E | 33 |
| Octal | 315 | 320 | 64 | 1 | 0 | 113 | 22 | 75 | 76 | 63 |
| Binary | 11001101 | 11010000 | 110100 | 1 | 0 | 1001011 | 10010 | 111101 | 111110 | 110011 |
Color Harmonies of #CDD034
Complementary color
Monochromatic Colors of #CDD034
Black with #CDD034
Text Example
Text Example
White with #CDD034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD034; }
p { color: rgb(205,208,52); }
H1.HeaderClassName
{
color: #CDD034;
}
.AnyTagClassName
{
color: #CDD034;
}
</style>
background-color css
<style>
a { background-color: #CDD034; }
a { background-color: rgb(205,208,52); }
div.DivClassName
{
background-color: #CDD034;
}
.BgClassName
{
background-color: #CDD034;
}
</style>
border-color css
<style>
span { border-color: #CDD034; }
span { border-color: rgb(205,208,52); }
td.TdClassName
{
border-color: #CDD034;
}
.TagClassName
{
border-color: #CDD034;
}
</style>