Shades of Bitter Lemon #CED922
Tints of Bitter Lemon #CED922
RGB
CMYK
RGB Variations
Color information
#CED922 (or 0xCED922) is known color: Bitter Lemon. HEX triplet: CE, D9 and 22. RGB value is (206,217,34). Sum of RGB (Red+Green+Blue) = 206+217+34=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #CED922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED922 is #3126DD. Grayscale: #C1C1C1. Windows color (decimal): -3221214 or 2283982. OLE color: 2283982.
HSL color Cylindrical-coordinate representation of color #CED922: hue angle of 63.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CED922 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 34 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.15 |
| HSL | 63.61º | 0.73% | 0.49% | - |
| HSV(B) | 63.61º | 0.84% | 0.85% | - |
| XYZ | 50.56 | 62.86 | 10.98 | - |
| YUV | 192.85 | 38.36 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 34 | 0.05 | 0 | 0.84 | 0.15 | 63.61 | 0.73 | 0.49 |
| Hex | CE | D9 | 22 | 5 | 0 | 54 | F | 40 | 49 | 31 |
| Octal | 316 | 331 | 42 | 5 | 0 | 124 | 17 | 100 | 111 | 61 |
| Binary | 11001110 | 11011001 | 100010 | 101 | 0 | 1010100 | 1111 | 1000000 | 1001001 | 110001 |
Color Harmonies of #CED922
Complementary color
Monochromatic Colors of #CED922
Black with #CED922
Text Example
Text Example
White with #CED922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED922; }
p { color: rgb(206,217,34); }
H1.HeaderClassName
{
color: #CED922;
}
.AnyTagClassName
{
color: #CED922;
}
</style>
background-color css
<style>
a { background-color: #CED922; }
a { background-color: rgb(206,217,34); }
div.DivClassName
{
background-color: #CED922;
}
.BgClassName
{
background-color: #CED922;
}
</style>
border-color css
<style>
span { border-color: #CED922; }
span { border-color: rgb(206,217,34); }
td.TdClassName
{
border-color: #CED922;
}
.TagClassName
{
border-color: #CED922;
}
</style>