Shades of Bitter Lemon #CED93A
Tints of Bitter Lemon #CED93A
RGB
CMYK
RGB Variations
Color information
#CED93A (or 0xCED93A) is known color: Bitter Lemon. HEX triplet: CE, D9 and 3A. RGB value is (206,217,58). Sum of RGB (Red+Green+Blue) = 206+217+58=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #CED93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED93A is #3126C5. Grayscale: #C4C4C4. Windows color (decimal): -3221190 or 3856846. OLE color: 3856846.
HSL color Cylindrical-coordinate representation of color #CED93A: hue angle of 64.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED93A is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 58 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.15 |
| HSL | 64.15º | 0.68% | 0.54% | - |
| HSV(B) | 64.15º | 0.73% | 0.85% | - |
| XYZ | 51.03 | 63.05 | 13.48 | - |
| YUV | 195.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 58 | 0.05 | 0 | 0.73 | 0.15 | 64.15 | 0.68 | 0.54 |
| Hex | CE | D9 | 3A | 5 | 0 | 49 | F | 40 | 44 | 36 |
| Octal | 316 | 331 | 72 | 5 | 0 | 111 | 17 | 100 | 104 | 66 |
| Binary | 11001110 | 11011001 | 111010 | 101 | 0 | 1001001 | 1111 | 1000000 | 1000100 | 110110 |
Color Harmonies of #CED93A
Complementary color
Monochromatic Colors of #CED93A
Black with #CED93A
Text Example
Text Example
White with #CED93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED93A; }
p { color: rgb(206,217,58); }
H1.HeaderClassName
{
color: #CED93A;
}
.AnyTagClassName
{
color: #CED93A;
}
</style>
background-color css
<style>
a { background-color: #CED93A; }
a { background-color: rgb(206,217,58); }
div.DivClassName
{
background-color: #CED93A;
}
.BgClassName
{
background-color: #CED93A;
}
</style>
border-color css
<style>
span { border-color: #CED93A; }
span { border-color: rgb(206,217,58); }
td.TdClassName
{
border-color: #CED93A;
}
.TagClassName
{
border-color: #CED93A;
}
</style>