Shades of Bitter Lemon #CED138
Tints of Bitter Lemon #CED138
RGB
CMYK
RGB Variations
Color information
#CED138 (or 0xCED138) is known color: Bitter Lemon. HEX triplet: CE, D1 and 38. RGB value is (206,209,56). Sum of RGB (Red+Green+Blue) = 206+209+56=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #CED138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED138 is #312EC7. Grayscale: #BFBFBF. Windows color (decimal): -3223240 or 3723726. OLE color: 3723726.
HSL color Cylindrical-coordinate representation of color #CED138: hue angle of 61.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED138 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 56 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.18 |
| HSL | 61.18º | 0.62% | 0.52% | - |
| HSV(B) | 61.18º | 0.73% | 0.82% | - |
| XYZ | 48.97 | 59.01 | 12.55 | - |
| YUV | 190.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 56 | 0.01 | 0 | 0.73 | 0.18 | 61.18 | 0.62 | 0.52 |
| Hex | CE | D1 | 38 | 1 | 0 | 49 | 12 | 3D | 3E | 34 |
| Octal | 316 | 321 | 70 | 1 | 0 | 111 | 22 | 75 | 76 | 64 |
| Binary | 11001110 | 11010001 | 111000 | 1 | 0 | 1001001 | 10010 | 111101 | 111110 | 110100 |
Color Harmonies of #CED138
Complementary color
Monochromatic Colors of #CED138
Black with #CED138
Text Example
Text Example
White with #CED138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED138; }
p { color: rgb(206,209,56); }
H1.HeaderClassName
{
color: #CED138;
}
.AnyTagClassName
{
color: #CED138;
}
</style>
background-color css
<style>
a { background-color: #CED138; }
a { background-color: rgb(206,209,56); }
div.DivClassName
{
background-color: #CED138;
}
.BgClassName
{
background-color: #CED138;
}
</style>
border-color css
<style>
span { border-color: #CED138; }
span { border-color: rgb(206,209,56); }
td.TdClassName
{
border-color: #CED138;
}
.TagClassName
{
border-color: #CED138;
}
</style>