Shades of Bitter Lemon #CED82C
Tints of Bitter Lemon #CED82C
RGB
CMYK
RGB Variations
Color information
#CED82C (or 0xCED82C) is known color: Bitter Lemon. HEX triplet: CE, D8 and 2C. RGB value is (206,216,44). Sum of RGB (Red+Green+Blue) = 206+216+44=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #CED82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED82C is #3127D3. Grayscale: #C2C2C2. Windows color (decimal): -3221460 or 2939086. OLE color: 2939086.
HSL color Cylindrical-coordinate representation of color #CED82C: hue angle of 63.49º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED82C is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 44 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.15 |
| HSL | 63.49º | 0.69% | 0.51% | - |
| HSV(B) | 63.49º | 0.8% | 0.85% | - |
| XYZ | 50.46 | 62.42 | 11.77 | - |
| YUV | 193.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 44 | 0.05 | 0 | 0.80 | 0.15 | 63.49 | 0.69 | 0.51 |
| Hex | CE | D8 | 2C | 5 | 0 | 50 | F | 3F | 45 | 33 |
| Octal | 316 | 330 | 54 | 5 | 0 | 120 | 17 | 77 | 105 | 63 |
| Binary | 11001110 | 11011000 | 101100 | 101 | 0 | 1010000 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #CED82C
Complementary color
Monochromatic Colors of #CED82C
Black with #CED82C
Text Example
Text Example
White with #CED82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED82C; }
p { color: rgb(206,216,44); }
H1.HeaderClassName
{
color: #CED82C;
}
.AnyTagClassName
{
color: #CED82C;
}
</style>
background-color css
<style>
a { background-color: #CED82C; }
a { background-color: rgb(206,216,44); }
div.DivClassName
{
background-color: #CED82C;
}
.BgClassName
{
background-color: #CED82C;
}
</style>
border-color css
<style>
span { border-color: #CED82C; }
span { border-color: rgb(206,216,44); }
td.TdClassName
{
border-color: #CED82C;
}
.TagClassName
{
border-color: #CED82C;
}
</style>