Shades of Bitter Lemon #CED537
Tints of Bitter Lemon #CED537
RGB
CMYK
RGB Variations
Color information
#CED537 (or 0xCED537) is known color: Bitter Lemon. HEX triplet: CE, D5 and 37. RGB value is (206,213,55). Sum of RGB (Red+Green+Blue) = 206+213+55=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 55 (21.88% from 255 or 11.60% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #CED537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED537 is #312AC8. Grayscale: #C1C1C1. Windows color (decimal): -3222217 or 3659214. OLE color: 3659214.
HSL color Cylindrical-coordinate representation of color #CED537: hue angle of 62.66º degrees, saturation: 0.65, 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 #CED537 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 55 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.16 |
| HSL | 62.66º | 0.65% | 0.53% | - |
| HSV(B) | 62.66º | 0.74% | 0.84% | - |
| XYZ | 49.94 | 60.99 | 12.75 | - |
| YUV | 192.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 55 | 0.03 | 0 | 0.74 | 0.16 | 62.66 | 0.65 | 0.53 |
| Hex | CE | D5 | 37 | 3 | 0 | 4A | 10 | 3F | 41 | 35 |
| Octal | 316 | 325 | 67 | 3 | 0 | 112 | 20 | 77 | 101 | 65 |
| Binary | 11001110 | 11010101 | 110111 | 11 | 0 | 1001010 | 10000 | 111111 | 1000001 | 110101 |
Color Harmonies of #CED537
Complementary color
Monochromatic Colors of #CED537
Black with #CED537
Text Example
Text Example
White with #CED537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED537; }
p { color: rgb(206,213,55); }
H1.HeaderClassName
{
color: #CED537;
}
.AnyTagClassName
{
color: #CED537;
}
</style>
background-color css
<style>
a { background-color: #CED537; }
a { background-color: rgb(206,213,55); }
div.DivClassName
{
background-color: #CED537;
}
.BgClassName
{
background-color: #CED537;
}
</style>
border-color css
<style>
span { border-color: #CED537; }
span { border-color: rgb(206,213,55); }
td.TdClassName
{
border-color: #CED537;
}
.TagClassName
{
border-color: #CED537;
}
</style>