Shades of Bitter Lemon #CED931
Tints of Bitter Lemon #CED931
RGB
CMYK
RGB Variations
Color information
#CED931 (or 0xCED931) is known color: Bitter Lemon. HEX triplet: CE, D9 and 31. RGB value is (206,217,49). Sum of RGB (Red+Green+Blue) = 206+217+49=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #CED931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED931 is #3126CE. Grayscale: #C3C3C3. Windows color (decimal): -3221199 or 3267022. OLE color: 3267022.
HSL color Cylindrical-coordinate representation of color #CED931: hue angle of 63.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CED931 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 49 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.15 |
| HSL | 63.93º | 0.69% | 0.52% | - |
| HSV(B) | 63.93º | 0.77% | 0.85% | - |
| XYZ | 50.82 | 62.97 | 12.38 | - |
| YUV | 194.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 49 | 0.05 | 0 | 0.77 | 0.15 | 63.93 | 0.69 | 0.52 |
| Hex | CE | D9 | 31 | 5 | 0 | 4D | F | 40 | 45 | 34 |
| Octal | 316 | 331 | 61 | 5 | 0 | 115 | 17 | 100 | 105 | 64 |
| Binary | 11001110 | 11011001 | 110001 | 101 | 0 | 1001101 | 1111 | 1000000 | 1000101 | 110100 |
Color Harmonies of #CED931
Complementary color
Monochromatic Colors of #CED931
Black with #CED931
Text Example
Text Example
White with #CED931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED931; }
p { color: rgb(206,217,49); }
H1.HeaderClassName
{
color: #CED931;
}
.AnyTagClassName
{
color: #CED931;
}
</style>
background-color css
<style>
a { background-color: #CED931; }
a { background-color: rgb(206,217,49); }
div.DivClassName
{
background-color: #CED931;
}
.BgClassName
{
background-color: #CED931;
}
</style>
border-color css
<style>
span { border-color: #CED931; }
span { border-color: rgb(206,217,49); }
td.TdClassName
{
border-color: #CED931;
}
.TagClassName
{
border-color: #CED931;
}
</style>