Shades of Bitter Lemon #CED837
Tints of Bitter Lemon #CED837
RGB
CMYK
RGB Variations
Color information
#CED837 (or 0xCED837) is known color: Bitter Lemon. HEX triplet: CE, D8 and 37. RGB value is (206,216,55). Sum of RGB (Red+Green+Blue) = 206+216+55=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 55 (21.88% from 255 or 11.53% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #CED837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED837 is #3127C8. Grayscale: #C3C3C3. Windows color (decimal): -3221449 or 3659982. OLE color: 3659982.
HSL color Cylindrical-coordinate representation of color #CED837: hue angle of 63.73º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED837 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 55 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.15 |
| HSL | 63.73º | 0.67% | 0.53% | - |
| HSV(B) | 63.73º | 0.75% | 0.85% | - |
| XYZ | 50.7 | 62.51 | 13.01 | - |
| YUV | 194.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 55 | 0.05 | 0 | 0.75 | 0.15 | 63.73 | 0.67 | 0.53 |
| Hex | CE | D8 | 37 | 5 | 0 | 4B | F | 40 | 43 | 35 |
| Octal | 316 | 330 | 67 | 5 | 0 | 113 | 17 | 100 | 103 | 65 |
| Binary | 11001110 | 11011000 | 110111 | 101 | 0 | 1001011 | 1111 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CED837
Complementary color
Monochromatic Colors of #CED837
Black with #CED837
Text Example
Text Example
White with #CED837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED837; }
p { color: rgb(206,216,55); }
H1.HeaderClassName
{
color: #CED837;
}
.AnyTagClassName
{
color: #CED837;
}
</style>
background-color css
<style>
a { background-color: #CED837; }
a { background-color: rgb(206,216,55); }
div.DivClassName
{
background-color: #CED837;
}
.BgClassName
{
background-color: #CED837;
}
</style>
border-color css
<style>
span { border-color: #CED837; }
span { border-color: rgb(206,216,55); }
td.TdClassName
{
border-color: #CED837;
}
.TagClassName
{
border-color: #CED837;
}
</style>