Shades of Bitter Lemon #CDD134
Tints of Bitter Lemon #CDD134
RGB
CMYK
RGB Variations
Color information
#CDD134 (or 0xCDD134) is known color: Bitter Lemon. HEX triplet: CD, D1 and 34. RGB value is (205,209,52). Sum of RGB (Red+Green+Blue) = 205+209+52=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD134 is #322ECB. Grayscale: #BEBEBE. Windows color (decimal): -3288780 or 3461581. OLE color: 3461581.
HSL color Cylindrical-coordinate representation of color #CDD134: hue angle of 61.53º degrees, saturation: 0.63, 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 #CDD134 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 52 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.18 |
| HSL | 61.53º | 0.63% | 0.51% | - |
| HSV(B) | 61.53º | 0.75% | 0.82% | - |
| XYZ | 48.6 | 58.83 | 12.04 | - |
| YUV | 189.91 | 50.17 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 52 | 0.02 | 0 | 0.75 | 0.18 | 61.53 | 0.63 | 0.51 |
| Hex | CD | D1 | 34 | 2 | 0 | 4B | 12 | 3E | 3F | 33 |
| Octal | 315 | 321 | 64 | 2 | 0 | 113 | 22 | 76 | 77 | 63 |
| Binary | 11001101 | 11010001 | 110100 | 10 | 0 | 1001011 | 10010 | 111110 | 111111 | 110011 |
Color Harmonies of #CDD134
Complementary color
Monochromatic Colors of #CDD134
Black with #CDD134
Text Example
Text Example
White with #CDD134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD134; }
p { color: rgb(205,209,52); }
H1.HeaderClassName
{
color: #CDD134;
}
.AnyTagClassName
{
color: #CDD134;
}
</style>
background-color css
<style>
a { background-color: #CDD134; }
a { background-color: rgb(205,209,52); }
div.DivClassName
{
background-color: #CDD134;
}
.BgClassName
{
background-color: #CDD134;
}
</style>
border-color css
<style>
span { border-color: #CDD134; }
span { border-color: rgb(205,209,52); }
td.TdClassName
{
border-color: #CDD134;
}
.TagClassName
{
border-color: #CDD134;
}
</style>