Shades of Bitter Lemon #CED231
Tints of Bitter Lemon #CED231
RGB
CMYK
RGB Variations
Color information
#CED231 (or 0xCED231) is known color: Bitter Lemon. HEX triplet: CE, D2 and 31. RGB value is (206,210,49). Sum of RGB (Red+Green+Blue) = 206+210+49=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #CED231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED231 is #312DCE. Grayscale: #BFBFBF. Windows color (decimal): -3222991 or 3265230. OLE color: 3265230.
HSL color Cylindrical-coordinate representation of color #CED231: hue angle of 61.49º degrees, saturation: 0.64, 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 #CED231 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 49 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.18 |
| HSL | 61.49º | 0.64% | 0.51% | - |
| HSV(B) | 61.49º | 0.77% | 0.82% | - |
| XYZ | 49.05 | 59.44 | 11.79 | - |
| YUV | 190.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 49 | 0.02 | 0 | 0.77 | 0.18 | 61.49 | 0.64 | 0.51 |
| Hex | CE | D2 | 31 | 2 | 0 | 4D | 12 | 3D | 40 | 33 |
| Octal | 316 | 322 | 61 | 2 | 0 | 115 | 22 | 75 | 100 | 63 |
| Binary | 11001110 | 11010010 | 110001 | 10 | 0 | 1001101 | 10010 | 111101 | 1000000 | 110011 |
Color Harmonies of #CED231
Complementary color
Monochromatic Colors of #CED231
Black with #CED231
Text Example
Text Example
White with #CED231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED231; }
p { color: rgb(206,210,49); }
H1.HeaderClassName
{
color: #CED231;
}
.AnyTagClassName
{
color: #CED231;
}
</style>
background-color css
<style>
a { background-color: #CED231; }
a { background-color: rgb(206,210,49); }
div.DivClassName
{
background-color: #CED231;
}
.BgClassName
{
background-color: #CED231;
}
</style>
border-color css
<style>
span { border-color: #CED231; }
span { border-color: rgb(206,210,49); }
td.TdClassName
{
border-color: #CED231;
}
.TagClassName
{
border-color: #CED231;
}
</style>