Shades of Bitter Lemon #CDD337
Tints of Bitter Lemon #CDD337
RGB
CMYK
RGB Variations
Color information
#CDD337 (or 0xCDD337) is known color: Bitter Lemon. HEX triplet: CD, D3 and 37. RGB value is (205,211,55). Sum of RGB (Red+Green+Blue) = 205+211+55=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD337 is #322CC8. Grayscale: #C0C0C0. Windows color (decimal): -3288265 or 3658701. OLE color: 3658701.
HSL color Cylindrical-coordinate representation of color #CDD337: hue angle of 62.31º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD337 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 55 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.17 |
| HSL | 62.31º | 0.64% | 0.52% | - |
| HSV(B) | 62.31º | 0.74% | 0.83% | - |
| XYZ | 49.16 | 59.84 | 12.57 | - |
| YUV | 191.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 55 | 0.03 | 0 | 0.74 | 0.17 | 62.31 | 0.64 | 0.52 |
| Hex | CD | D3 | 37 | 3 | 0 | 4A | 11 | 3E | 40 | 34 |
| Octal | 315 | 323 | 67 | 3 | 0 | 112 | 21 | 76 | 100 | 64 |
| Binary | 11001101 | 11010011 | 110111 | 11 | 0 | 1001010 | 10001 | 111110 | 1000000 | 110100 |
Color Harmonies of #CDD337
Complementary color
Monochromatic Colors of #CDD337
Black with #CDD337
Text Example
Text Example
White with #CDD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD337; }
p { color: rgb(205,211,55); }
H1.HeaderClassName
{
color: #CDD337;
}
.AnyTagClassName
{
color: #CDD337;
}
</style>
background-color css
<style>
a { background-color: #CDD337; }
a { background-color: rgb(205,211,55); }
div.DivClassName
{
background-color: #CDD337;
}
.BgClassName
{
background-color: #CDD337;
}
</style>
border-color css
<style>
span { border-color: #CDD337; }
span { border-color: rgb(205,211,55); }
td.TdClassName
{
border-color: #CDD337;
}
.TagClassName
{
border-color: #CDD337;
}
</style>