Shades of Bitter Lemon #CDD135
Tints of Bitter Lemon #CDD135
RGB
CMYK
RGB Variations
Color information
#CDD135 (or 0xCDD135) is known color: Bitter Lemon. HEX triplet: CD, D1 and 35. RGB value is (205,209,53). Sum of RGB (Red+Green+Blue) = 205+209+53=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD135 is #322ECA. Grayscale: #BEBEBE. Windows color (decimal): -3288779 or 3527117. OLE color: 3527117.
HSL color Cylindrical-coordinate representation of color #CDD135: hue angle of 61.54º 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 #CDD135 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 53 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.18 |
| HSL | 61.54º | 0.63% | 0.51% | - |
| HSV(B) | 61.54º | 0.75% | 0.82% | - |
| XYZ | 48.62 | 58.84 | 12.16 | - |
| YUV | 190.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 53 | 0.02 | 0 | 0.75 | 0.18 | 61.54 | 0.63 | 0.51 |
| Hex | CD | D1 | 35 | 2 | 0 | 4B | 12 | 3E | 3F | 33 |
| Octal | 315 | 321 | 65 | 2 | 0 | 113 | 22 | 76 | 77 | 63 |
| Binary | 11001101 | 11010001 | 110101 | 10 | 0 | 1001011 | 10010 | 111110 | 111111 | 110011 |
Color Harmonies of #CDD135
Complementary color
Monochromatic Colors of #CDD135
Black with #CDD135
Text Example
Text Example
White with #CDD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD135; }
p { color: rgb(205,209,53); }
H1.HeaderClassName
{
color: #CDD135;
}
.AnyTagClassName
{
color: #CDD135;
}
</style>
background-color css
<style>
a { background-color: #CDD135; }
a { background-color: rgb(205,209,53); }
div.DivClassName
{
background-color: #CDD135;
}
.BgClassName
{
background-color: #CDD135;
}
</style>
border-color css
<style>
span { border-color: #CDD135; }
span { border-color: rgb(205,209,53); }
td.TdClassName
{
border-color: #CDD135;
}
.TagClassName
{
border-color: #CDD135;
}
</style>