Shades of Bitter Lemon #CED22B
Tints of Bitter Lemon #CED22B
RGB
CMYK
RGB Variations
Color information
#CED22B (or 0xCED22B) is known color: Bitter Lemon. HEX triplet: CE, D2 and 2B. RGB value is (206,210,43). Sum of RGB (Red+Green+Blue) = 206+210+43=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #CED22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED22B is #312DD4. Grayscale: #BEBEBE. Windows color (decimal): -3222997 or 2872014. OLE color: 2872014.
HSL color Cylindrical-coordinate representation of color #CED22B: hue angle of 61.44º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED22B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 43 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.18 |
| HSL | 61.44º | 0.66% | 0.5% | - |
| HSV(B) | 61.44º | 0.8% | 0.82% | - |
| XYZ | 48.94 | 59.39 | 11.17 | - |
| YUV | 189.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 43 | 0.02 | 0 | 0.80 | 0.18 | 61.44 | 0.66 | 0.5 |
| Hex | CE | D2 | 2B | 2 | 0 | 50 | 12 | 3D | 42 | 32 |
| Octal | 316 | 322 | 53 | 2 | 0 | 120 | 22 | 75 | 102 | 62 |
| Binary | 11001110 | 11010010 | 101011 | 10 | 0 | 1010000 | 10010 | 111101 | 1000010 | 110010 |
Color Harmonies of #CED22B
Complementary color
Monochromatic Colors of #CED22B
Black with #CED22B
Text Example
Text Example
White with #CED22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED22B; }
p { color: rgb(206,210,43); }
H1.HeaderClassName
{
color: #CED22B;
}
.AnyTagClassName
{
color: #CED22B;
}
</style>
background-color css
<style>
a { background-color: #CED22B; }
a { background-color: rgb(206,210,43); }
div.DivClassName
{
background-color: #CED22B;
}
.BgClassName
{
background-color: #CED22B;
}
</style>
border-color css
<style>
span { border-color: #CED22B; }
span { border-color: rgb(206,210,43); }
td.TdClassName
{
border-color: #CED22B;
}
.TagClassName
{
border-color: #CED22B;
}
</style>