Shades of Bitter Lemon #CED137
Tints of Bitter Lemon #CED137
RGB
CMYK
RGB Variations
Color information
#CED137 (or 0xCED137) is known color: Bitter Lemon. HEX triplet: CE, D1 and 37. RGB value is (206,209,55). Sum of RGB (Red+Green+Blue) = 206+209+55=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #CED137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED137 is #312EC8. Grayscale: #BFBFBF. Windows color (decimal): -3223241 or 3658190. OLE color: 3658190.
HSL color Cylindrical-coordinate representation of color #CED137: hue angle of 61.17º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CED137 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 55 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.18 |
| HSL | 61.17º | 0.63% | 0.52% | - |
| HSV(B) | 61.17º | 0.74% | 0.82% | - |
| XYZ | 48.94 | 59 | 12.42 | - |
| YUV | 190.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 55 | 0.01 | 0 | 0.74 | 0.18 | 61.17 | 0.63 | 0.52 |
| Hex | CE | D1 | 37 | 1 | 0 | 4A | 12 | 3D | 3F | 34 |
| Octal | 316 | 321 | 67 | 1 | 0 | 112 | 22 | 75 | 77 | 64 |
| Binary | 11001110 | 11010001 | 110111 | 1 | 0 | 1001010 | 10010 | 111101 | 111111 | 110100 |
Color Harmonies of #CED137
Complementary color
Monochromatic Colors of #CED137
Black with #CED137
Text Example
Text Example
White with #CED137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED137; }
p { color: rgb(206,209,55); }
H1.HeaderClassName
{
color: #CED137;
}
.AnyTagClassName
{
color: #CED137;
}
</style>
background-color css
<style>
a { background-color: #CED137; }
a { background-color: rgb(206,209,55); }
div.DivClassName
{
background-color: #CED137;
}
.BgClassName
{
background-color: #CED137;
}
</style>
border-color css
<style>
span { border-color: #CED137; }
span { border-color: rgb(206,209,55); }
td.TdClassName
{
border-color: #CED137;
}
.TagClassName
{
border-color: #CED137;
}
</style>