Shades of Bitter Lemon #CED82A
Tints of Bitter Lemon #CED82A
RGB
CMYK
RGB Variations
Color information
#CED82A (or 0xCED82A) is known color: Bitter Lemon. HEX triplet: CE, D8 and 2A. RGB value is (206,216,42). Sum of RGB (Red+Green+Blue) = 206+216+42=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #CED82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED82A is #3127D5. Grayscale: #C1C1C1. Windows color (decimal): -3221462 or 2808014. OLE color: 2808014.
HSL color Cylindrical-coordinate representation of color #CED82A: hue angle of 63.45º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CED82A is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 42 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.15 |
| HSL | 63.45º | 0.69% | 0.51% | - |
| HSV(B) | 63.45º | 0.81% | 0.85% | - |
| XYZ | 50.43 | 62.4 | 11.58 | - |
| YUV | 193.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 42 | 0.05 | 0 | 0.81 | 0.15 | 63.45 | 0.69 | 0.51 |
| Hex | CE | D8 | 2A | 5 | 0 | 51 | F | 3F | 45 | 33 |
| Octal | 316 | 330 | 52 | 5 | 0 | 121 | 17 | 77 | 105 | 63 |
| Binary | 11001110 | 11011000 | 101010 | 101 | 0 | 1010001 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #CED82A
Complementary color
Monochromatic Colors of #CED82A
Black with #CED82A
Text Example
Text Example
White with #CED82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED82A; }
p { color: rgb(206,216,42); }
H1.HeaderClassName
{
color: #CED82A;
}
.AnyTagClassName
{
color: #CED82A;
}
</style>
background-color css
<style>
a { background-color: #CED82A; }
a { background-color: rgb(206,216,42); }
div.DivClassName
{
background-color: #CED82A;
}
.BgClassName
{
background-color: #CED82A;
}
</style>
border-color css
<style>
span { border-color: #CED82A; }
span { border-color: rgb(206,216,42); }
td.TdClassName
{
border-color: #CED82A;
}
.TagClassName
{
border-color: #CED82A;
}
</style>