Shades of Bitter Lemon #CED131
Tints of Bitter Lemon #CED131
RGB
CMYK
RGB Variations
Color information
#CED131 (or 0xCED131) is known color: Bitter Lemon. HEX triplet: CE, D1 and 31. RGB value is (206,209,49). Sum of RGB (Red+Green+Blue) = 206+209+49=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #CED131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED131 is #312ECE. Grayscale: #BEBEBE. Windows color (decimal): -3223247 or 3264974. OLE color: 3264974.
HSL color Cylindrical-coordinate representation of color #CED131: hue angle of 61.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CED131 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 49 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.18 |
| HSL | 61.13º | 0.63% | 0.51% | - |
| HSV(B) | 61.13º | 0.77% | 0.82% | - |
| XYZ | 48.81 | 58.94 | 11.71 | - |
| YUV | 189.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 49 | 0.01 | 0 | 0.77 | 0.18 | 61.13 | 0.63 | 0.51 |
| Hex | CE | D1 | 31 | 1 | 0 | 4D | 12 | 3D | 3F | 33 |
| Octal | 316 | 321 | 61 | 1 | 0 | 115 | 22 | 75 | 77 | 63 |
| Binary | 11001110 | 11010001 | 110001 | 1 | 0 | 1001101 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CED131
Complementary color
Monochromatic Colors of #CED131
Black with #CED131
Text Example
Text Example
White with #CED131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED131; }
p { color: rgb(206,209,49); }
H1.HeaderClassName
{
color: #CED131;
}
.AnyTagClassName
{
color: #CED131;
}
</style>
background-color css
<style>
a { background-color: #CED131; }
a { background-color: rgb(206,209,49); }
div.DivClassName
{
background-color: #CED131;
}
.BgClassName
{
background-color: #CED131;
}
</style>
border-color css
<style>
span { border-color: #CED131; }
span { border-color: rgb(206,209,49); }
td.TdClassName
{
border-color: #CED131;
}
.TagClassName
{
border-color: #CED131;
}
</style>