Shades of Bitter Lemon #CED920
Tints of Bitter Lemon #CED920
RGB
CMYK
RGB Variations
Color information
#CED920 (or 0xCED920) is known color: Bitter Lemon. HEX triplet: CE, D9 and 20. RGB value is (206,217,32). Sum of RGB (Red+Green+Blue) = 206+217+32=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #CED920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED920 is #3126DF. Grayscale: #C1C1C1. Windows color (decimal): -3221216 or 2152910. OLE color: 2152910.
HSL color Cylindrical-coordinate representation of color #CED920: hue angle of 63.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED920 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.15 |
| HSL | 63.57º | 0.74% | 0.49% | - |
| HSV(B) | 63.57º | 0.85% | 0.85% | - |
| XYZ | 50.53 | 62.85 | 10.84 | - |
| YUV | 192.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 32 | 0.05 | 0 | 0.85 | 0.15 | 63.57 | 0.74 | 0.49 |
| Hex | CE | D9 | 20 | 5 | 0 | 55 | F | 40 | 4A | 31 |
| Octal | 316 | 331 | 40 | 5 | 0 | 125 | 17 | 100 | 112 | 61 |
| Binary | 11001110 | 11011001 | 100000 | 101 | 0 | 1010101 | 1111 | 1000000 | 1001010 | 110001 |
Color Harmonies of #CED920
Complementary color
Monochromatic Colors of #CED920
Black with #CED920
Text Example
Text Example
White with #CED920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED920; }
p { color: rgb(206,217,32); }
H1.HeaderClassName
{
color: #CED920;
}
.AnyTagClassName
{
color: #CED920;
}
</style>
background-color css
<style>
a { background-color: #CED920; }
a { background-color: rgb(206,217,32); }
div.DivClassName
{
background-color: #CED920;
}
.BgClassName
{
background-color: #CED920;
}
</style>
border-color css
<style>
span { border-color: #CED920; }
span { border-color: rgb(206,217,32); }
td.TdClassName
{
border-color: #CED920;
}
.TagClassName
{
border-color: #CED920;
}
</style>