Shades of Bitter Lemon #CED12A
Tints of Bitter Lemon #CED12A
RGB
CMYK
RGB Variations
Color information
#CED12A (or 0xCED12A) is known color: Bitter Lemon. HEX triplet: CE, D1 and 2A. RGB value is (206,209,42). Sum of RGB (Red+Green+Blue) = 206+209+42=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #CED12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED12A is #312ED5. Grayscale: #BDBDBD. Windows color (decimal): -3223254 or 2806222. OLE color: 2806222.
HSL color Cylindrical-coordinate representation of color #CED12A: hue angle of 61.08º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED12A is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 42 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 61.08º | 0.67% | 0.49% | - |
| HSV(B) | 61.08º | 0.8% | 0.82% | - |
| XYZ | 48.67 | 58.89 | 10.99 | - |
| YUV | 189.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 42 | 0.01 | 0 | 0.80 | 0.18 | 61.08 | 0.67 | 0.49 |
| Hex | CE | D1 | 2A | 1 | 0 | 50 | 12 | 3D | 43 | 31 |
| Octal | 316 | 321 | 52 | 1 | 0 | 120 | 22 | 75 | 103 | 61 |
| Binary | 11001110 | 11010001 | 101010 | 1 | 0 | 1010000 | 10010 | 111101 | 1000011 | 110001 |
Color Harmonies of #CED12A
Complementary color
Monochromatic Colors of #CED12A
Black with #CED12A
Text Example
Text Example
White with #CED12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED12A; }
p { color: rgb(206,209,42); }
H1.HeaderClassName
{
color: #CED12A;
}
.AnyTagClassName
{
color: #CED12A;
}
</style>
background-color css
<style>
a { background-color: #CED12A; }
a { background-color: rgb(206,209,42); }
div.DivClassName
{
background-color: #CED12A;
}
.BgClassName
{
background-color: #CED12A;
}
</style>
border-color css
<style>
span { border-color: #CED12A; }
span { border-color: rgb(206,209,42); }
td.TdClassName
{
border-color: #CED12A;
}
.TagClassName
{
border-color: #CED12A;
}
</style>