Shades of Bitter Lemon #CED63A
Tints of Bitter Lemon #CED63A
RGB
CMYK
RGB Variations
Color information
#CED63A (or 0xCED63A) is known color: Bitter Lemon. HEX triplet: CE, D6 and 3A. RGB value is (206,214,58). Sum of RGB (Red+Green+Blue) = 206+214+58=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #CED63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED63A is #3129C5. Grayscale: #C2C2C2. Windows color (decimal): -3221958 or 3856078. OLE color: 3856078.
HSL color Cylindrical-coordinate representation of color #CED63A: hue angle of 63.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED63A is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 58 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.16 |
| HSL | 63.08º | 0.66% | 0.53% | - |
| HSV(B) | 63.08º | 0.73% | 0.84% | - |
| XYZ | 50.26 | 61.52 | 13.23 | - |
| YUV | 193.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 58 | 0.04 | 0 | 0.73 | 0.16 | 63.08 | 0.66 | 0.53 |
| Hex | CE | D6 | 3A | 4 | 0 | 49 | 10 | 3F | 42 | 35 |
| Octal | 316 | 326 | 72 | 4 | 0 | 111 | 20 | 77 | 102 | 65 |
| Binary | 11001110 | 11010110 | 111010 | 100 | 0 | 1001001 | 10000 | 111111 | 1000010 | 110101 |
Color Harmonies of #CED63A
Complementary color
Monochromatic Colors of #CED63A
Black with #CED63A
Text Example
Text Example
White with #CED63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED63A; }
p { color: rgb(206,214,58); }
H1.HeaderClassName
{
color: #CED63A;
}
.AnyTagClassName
{
color: #CED63A;
}
</style>
background-color css
<style>
a { background-color: #CED63A; }
a { background-color: rgb(206,214,58); }
div.DivClassName
{
background-color: #CED63A;
}
.BgClassName
{
background-color: #CED63A;
}
</style>
border-color css
<style>
span { border-color: #CED63A; }
span { border-color: rgb(206,214,58); }
td.TdClassName
{
border-color: #CED63A;
}
.TagClassName
{
border-color: #CED63A;
}
</style>