Shades of Bitter Lemon #CDD935
Tints of Bitter Lemon #CDD935
RGB
CMYK
RGB Variations
Color information
#CDD935 (or 0xCDD935) is known color: Bitter Lemon. HEX triplet: CD, D9 and 35. RGB value is (205,217,53). Sum of RGB (Red+Green+Blue) = 205+217+53=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD935 is #3226CA. Grayscale: #C3C3C3. Windows color (decimal): -3286731 or 3529165. OLE color: 3529165.
HSL color Cylindrical-coordinate representation of color #CDD935: hue angle of 64.39º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD935 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 53 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.15 |
| HSL | 64.39º | 0.68% | 0.53% | - |
| HSV(B) | 64.39º | 0.76% | 0.85% | - |
| XYZ | 50.63 | 62.86 | 12.83 | - |
| YUV | 194.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 53 | 0.06 | 0 | 0.76 | 0.15 | 64.39 | 0.68 | 0.53 |
| Hex | CD | D9 | 35 | 6 | 0 | 4C | F | 40 | 44 | 35 |
| Octal | 315 | 331 | 65 | 6 | 0 | 114 | 17 | 100 | 104 | 65 |
| Binary | 11001101 | 11011001 | 110101 | 110 | 0 | 1001100 | 1111 | 1000000 | 1000100 | 110101 |
Color Harmonies of #CDD935
Complementary color
Monochromatic Colors of #CDD935
Black with #CDD935
Text Example
Text Example
White with #CDD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD935; }
p { color: rgb(205,217,53); }
H1.HeaderClassName
{
color: #CDD935;
}
.AnyTagClassName
{
color: #CDD935;
}
</style>
background-color css
<style>
a { background-color: #CDD935; }
a { background-color: rgb(205,217,53); }
div.DivClassName
{
background-color: #CDD935;
}
.BgClassName
{
background-color: #CDD935;
}
</style>
border-color css
<style>
span { border-color: #CDD935; }
span { border-color: rgb(205,217,53); }
td.TdClassName
{
border-color: #CDD935;
}
.TagClassName
{
border-color: #CDD935;
}
</style>