Shades of Bitter Lemon #CDD035
Tints of Bitter Lemon #CDD035
RGB
CMYK
RGB Variations
Color information
#CDD035 (or 0xCDD035) is known color: Bitter Lemon. HEX triplet: CD, D0 and 35. RGB value is (205,208,53). Sum of RGB (Red+Green+Blue) = 205+208+53=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD035 is #322FCA. Grayscale: #BEBEBE. Windows color (decimal): -3289035 or 3526861. OLE color: 3526861.
HSL color Cylindrical-coordinate representation of color #CDD035: hue angle of 61.16º 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 #CDD035 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 53 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 61.16º | 0.62% | 0.51% | - |
| HSV(B) | 61.16º | 0.75% | 0.82% | - |
| XYZ | 48.38 | 58.35 | 12.08 | - |
| YUV | 189.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 53 | 0.01 | 0 | 0.75 | 0.18 | 61.16 | 0.62 | 0.51 |
| Hex | CD | D0 | 35 | 1 | 0 | 4B | 12 | 3D | 3E | 33 |
| Octal | 315 | 320 | 65 | 1 | 0 | 113 | 22 | 75 | 76 | 63 |
| Binary | 11001101 | 11010000 | 110101 | 1 | 0 | 1001011 | 10010 | 111101 | 111110 | 110011 |
Color Harmonies of #CDD035
Complementary color
Monochromatic Colors of #CDD035
Black with #CDD035
Text Example
Text Example
White with #CDD035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD035; }
p { color: rgb(205,208,53); }
H1.HeaderClassName
{
color: #CDD035;
}
.AnyTagClassName
{
color: #CDD035;
}
</style>
background-color css
<style>
a { background-color: #CDD035; }
a { background-color: rgb(205,208,53); }
div.DivClassName
{
background-color: #CDD035;
}
.BgClassName
{
background-color: #CDD035;
}
</style>
border-color css
<style>
span { border-color: #CDD035; }
span { border-color: rgb(205,208,53); }
td.TdClassName
{
border-color: #CDD035;
}
.TagClassName
{
border-color: #CDD035;
}
</style>