Shades of Bitter Lemon #CED33A
Tints of Bitter Lemon #CED33A
RGB
CMYK
RGB Variations
Color information
#CED33A (or 0xCED33A) is known color: Bitter Lemon. HEX triplet: CE, D3 and 3A. RGB value is (206,211,58). Sum of RGB (Red+Green+Blue) = 206+211+58=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #CED33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED33A is #312CC5. Grayscale: #C0C0C0. Windows color (decimal): -3222726 or 3855310. OLE color: 3855310.
HSL color Cylindrical-coordinate representation of color #CED33A: hue angle of 61.96º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED33A is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 58 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.17 |
| HSL | 61.96º | 0.63% | 0.53% | - |
| HSV(B) | 61.96º | 0.73% | 0.83% | - |
| XYZ | 49.51 | 60.02 | 12.98 | - |
| YUV | 192.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 58 | 0.02 | 0 | 0.73 | 0.17 | 61.96 | 0.63 | 0.53 |
| Hex | CE | D3 | 3A | 2 | 0 | 49 | 11 | 3E | 3F | 35 |
| Octal | 316 | 323 | 72 | 2 | 0 | 111 | 21 | 76 | 77 | 65 |
| Binary | 11001110 | 11010011 | 111010 | 10 | 0 | 1001001 | 10001 | 111110 | 111111 | 110101 |
Color Harmonies of #CED33A
Complementary color
Monochromatic Colors of #CED33A
Black with #CED33A
Text Example
Text Example
White with #CED33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED33A; }
p { color: rgb(206,211,58); }
H1.HeaderClassName
{
color: #CED33A;
}
.AnyTagClassName
{
color: #CED33A;
}
</style>
background-color css
<style>
a { background-color: #CED33A; }
a { background-color: rgb(206,211,58); }
div.DivClassName
{
background-color: #CED33A;
}
.BgClassName
{
background-color: #CED33A;
}
</style>
border-color css
<style>
span { border-color: #CED33A; }
span { border-color: rgb(206,211,58); }
td.TdClassName
{
border-color: #CED33A;
}
.TagClassName
{
border-color: #CED33A;
}
</style>