Shades of Bitter Lemon #CED139
Tints of Bitter Lemon #CED139
RGB
CMYK
RGB Variations
Color information
#CED139 (or 0xCED139) is known color: Bitter Lemon. HEX triplet: CE, D1 and 39. RGB value is (206,209,57). Sum of RGB (Red+Green+Blue) = 206+209+57=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #CED139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED139 is #312EC6. Grayscale: #BFBFBF. Windows color (decimal): -3223239 or 3789262. OLE color: 3789262.
HSL color Cylindrical-coordinate representation of color #CED139: 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 #CED139 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 57 | - |
| 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.99 | 59.02 | 12.68 | - |
| YUV | 190.78 | 52.51 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 57 | 0.01 | 0 | 0.73 | 0.18 | 61.18 | 0.62 | 0.52 |
| Hex | CE | D1 | 39 | 1 | 0 | 49 | 12 | 3D | 3E | 34 |
| Octal | 316 | 321 | 71 | 1 | 0 | 111 | 22 | 75 | 76 | 64 |
| Binary | 11001110 | 11010001 | 111001 | 1 | 0 | 1001001 | 10010 | 111101 | 111110 | 110100 |
Color Harmonies of #CED139
Complementary color
Monochromatic Colors of #CED139
Black with #CED139
Text Example
Text Example
White with #CED139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED139; }
p { color: rgb(206,209,57); }
H1.HeaderClassName
{
color: #CED139;
}
.AnyTagClassName
{
color: #CED139;
}
</style>
background-color css
<style>
a { background-color: #CED139; }
a { background-color: rgb(206,209,57); }
div.DivClassName
{
background-color: #CED139;
}
.BgClassName
{
background-color: #CED139;
}
</style>
border-color css
<style>
span { border-color: #CED139; }
span { border-color: rgb(206,209,57); }
td.TdClassName
{
border-color: #CED139;
}
.TagClassName
{
border-color: #CED139;
}
</style>