Shades of Bitter Lemon #CDD137
Tints of Bitter Lemon #CDD137
RGB
CMYK
RGB Variations
Color information
#CDD137 (or 0xCDD137) is known color: Bitter Lemon. HEX triplet: CD, D1 and 37. RGB value is (205,209,55). Sum of RGB (Red+Green+Blue) = 205+209+55=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD137 is #322EC8. Grayscale: #BEBEBE. Windows color (decimal): -3288777 or 3658189. OLE color: 3658189.
HSL color Cylindrical-coordinate representation of color #CDD137: hue angle of 61.56º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD137 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 55 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.18 |
| HSL | 61.56º | 0.63% | 0.52% | - |
| HSV(B) | 61.56º | 0.74% | 0.82% | - |
| XYZ | 48.67 | 58.86 | 12.41 | - |
| YUV | 190.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 55 | 0.02 | 0 | 0.74 | 0.18 | 61.56 | 0.63 | 0.52 |
| Hex | CD | D1 | 37 | 2 | 0 | 4A | 12 | 3E | 3F | 34 |
| Octal | 315 | 321 | 67 | 2 | 0 | 112 | 22 | 76 | 77 | 64 |
| Binary | 11001101 | 11010001 | 110111 | 10 | 0 | 1001010 | 10010 | 111110 | 111111 | 110100 |
Color Harmonies of #CDD137
Complementary color
Monochromatic Colors of #CDD137
Black with #CDD137
Text Example
Text Example
White with #CDD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD137; }
p { color: rgb(205,209,55); }
H1.HeaderClassName
{
color: #CDD137;
}
.AnyTagClassName
{
color: #CDD137;
}
</style>
background-color css
<style>
a { background-color: #CDD137; }
a { background-color: rgb(205,209,55); }
div.DivClassName
{
background-color: #CDD137;
}
.BgClassName
{
background-color: #CDD137;
}
</style>
border-color css
<style>
span { border-color: #CDD137; }
span { border-color: rgb(205,209,55); }
td.TdClassName
{
border-color: #CDD137;
}
.TagClassName
{
border-color: #CDD137;
}
</style>