Shades of Bitter Lemon #CDD735
Tints of Bitter Lemon #CDD735
RGB
CMYK
RGB Variations
Color information
#CDD735 (or 0xCDD735) is known color: Bitter Lemon. HEX triplet: CD, D7 and 35. RGB value is (205,215,53). Sum of RGB (Red+Green+Blue) = 205+215+53=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD735 is #3228CA. Grayscale: #C2C2C2. Windows color (decimal): -3287243 or 3528653. OLE color: 3528653.
HSL color Cylindrical-coordinate representation of color #CDD735: hue angle of 63.7º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD735 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 53 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.16 |
| HSL | 63.7º | 0.67% | 0.53% | - |
| HSV(B) | 63.7º | 0.75% | 0.84% | - |
| XYZ | 50.12 | 61.84 | 12.66 | - |
| YUV | 193.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 53 | 0.05 | 0 | 0.75 | 0.16 | 63.7 | 0.67 | 0.53 |
| Hex | CD | D7 | 35 | 5 | 0 | 4B | 10 | 40 | 43 | 35 |
| Octal | 315 | 327 | 65 | 5 | 0 | 113 | 20 | 100 | 103 | 65 |
| Binary | 11001101 | 11010111 | 110101 | 101 | 0 | 1001011 | 10000 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CDD735
Complementary color
Monochromatic Colors of #CDD735
Black with #CDD735
Text Example
Text Example
White with #CDD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD735; }
p { color: rgb(205,215,53); }
H1.HeaderClassName
{
color: #CDD735;
}
.AnyTagClassName
{
color: #CDD735;
}
</style>
background-color css
<style>
a { background-color: #CDD735; }
a { background-color: rgb(205,215,53); }
div.DivClassName
{
background-color: #CDD735;
}
.BgClassName
{
background-color: #CDD735;
}
</style>
border-color css
<style>
span { border-color: #CDD735; }
span { border-color: rgb(205,215,53); }
td.TdClassName
{
border-color: #CDD735;
}
.TagClassName
{
border-color: #CDD735;
}
</style>