Shades of Bitter Lemon #CED637
Tints of Bitter Lemon #CED637
RGB
CMYK
RGB Variations
Color information
#CED637 (or 0xCED637) is known color: Bitter Lemon. HEX triplet: CE, D6 and 37. RGB value is (206,214,55). Sum of RGB (Red+Green+Blue) = 206+214+55=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #CED637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED637 is #3129C8. Grayscale: #C2C2C2. Windows color (decimal): -3221961 or 3659470. OLE color: 3659470.
HSL color Cylindrical-coordinate representation of color #CED637: hue angle of 63.02º 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 #CED637 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 55 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.16 |
| HSL | 63.02º | 0.66% | 0.53% | - |
| HSV(B) | 63.02º | 0.74% | 0.84% | - |
| XYZ | 50.19 | 61.49 | 12.84 | - |
| YUV | 193.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 55 | 0.04 | 0 | 0.74 | 0.16 | 63.02 | 0.66 | 0.53 |
| Hex | CE | D6 | 37 | 4 | 0 | 4A | 10 | 3F | 42 | 35 |
| Octal | 316 | 326 | 67 | 4 | 0 | 112 | 20 | 77 | 102 | 65 |
| Binary | 11001110 | 11010110 | 110111 | 100 | 0 | 1001010 | 10000 | 111111 | 1000010 | 110101 |
Color Harmonies of #CED637
Complementary color
Monochromatic Colors of #CED637
Black with #CED637
Text Example
Text Example
White with #CED637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED637; }
p { color: rgb(206,214,55); }
H1.HeaderClassName
{
color: #CED637;
}
.AnyTagClassName
{
color: #CED637;
}
</style>
background-color css
<style>
a { background-color: #CED637; }
a { background-color: rgb(206,214,55); }
div.DivClassName
{
background-color: #CED637;
}
.BgClassName
{
background-color: #CED637;
}
</style>
border-color css
<style>
span { border-color: #CED637; }
span { border-color: rgb(206,214,55); }
td.TdClassName
{
border-color: #CED637;
}
.TagClassName
{
border-color: #CED637;
}
</style>