Shades of Bitter Lemon #CDD637
Tints of Bitter Lemon #CDD637
RGB
CMYK
RGB Variations
Color information
#CDD637 (or 0xCDD637) is known color: Bitter Lemon. HEX triplet: CD, D6 and 37. RGB value is (205,214,55). Sum of RGB (Red+Green+Blue) = 205+214+55=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 55 (21.88% from 255 or 11.60% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD637 is #3229C8. Grayscale: #C1C1C1. Windows color (decimal): -3287497 or 3659469. OLE color: 3659469.
HSL color Cylindrical-coordinate representation of color #CDD637: hue angle of 63.4º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD637 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 55 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.16 |
| HSL | 63.4º | 0.66% | 0.53% | - |
| HSV(B) | 63.4º | 0.74% | 0.84% | - |
| XYZ | 49.91 | 61.35 | 12.83 | - |
| YUV | 193.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 55 | 0.04 | 0 | 0.74 | 0.16 | 63.4 | 0.66 | 0.53 |
| Hex | CD | D6 | 37 | 4 | 0 | 4A | 10 | 3F | 42 | 35 |
| Octal | 315 | 326 | 67 | 4 | 0 | 112 | 20 | 77 | 102 | 65 |
| Binary | 11001101 | 11010110 | 110111 | 100 | 0 | 1001010 | 10000 | 111111 | 1000010 | 110101 |
Color Harmonies of #CDD637
Complementary color
Monochromatic Colors of #CDD637
Black with #CDD637
Text Example
Text Example
White with #CDD637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD637; }
p { color: rgb(205,214,55); }
H1.HeaderClassName
{
color: #CDD637;
}
.AnyTagClassName
{
color: #CDD637;
}
</style>
background-color css
<style>
a { background-color: #CDD637; }
a { background-color: rgb(205,214,55); }
div.DivClassName
{
background-color: #CDD637;
}
.BgClassName
{
background-color: #CDD637;
}
</style>
border-color css
<style>
span { border-color: #CDD637; }
span { border-color: rgb(205,214,55); }
td.TdClassName
{
border-color: #CDD637;
}
.TagClassName
{
border-color: #CDD637;
}
</style>