Shades of Bitter Lemon #CED13A
Tints of Bitter Lemon #CED13A
RGB
CMYK
RGB Variations
Color information
#CED13A (or 0xCED13A) is known color: Bitter Lemon. HEX triplet: CE, D1 and 3A. RGB value is (206,209,58). Sum of RGB (Red+Green+Blue) = 206+209+58=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #CED13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED13A is #312EC5. Grayscale: #BFBFBF. Windows color (decimal): -3223238 or 3854798. OLE color: 3854798.
HSL color Cylindrical-coordinate representation of color #CED13A: hue angle of 61.19º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED13A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 58 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.18 |
| HSL | 61.19º | 0.62% | 0.52% | - |
| HSV(B) | 61.19º | 0.72% | 0.82% | - |
| XYZ | 49.02 | 59.03 | 12.81 | - |
| YUV | 190.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 58 | 0.01 | 0 | 0.72 | 0.18 | 61.19 | 0.62 | 0.52 |
| Hex | CE | D1 | 3A | 1 | 0 | 48 | 12 | 3D | 3E | 34 |
| Octal | 316 | 321 | 72 | 1 | 0 | 110 | 22 | 75 | 76 | 64 |
| Binary | 11001110 | 11010001 | 111010 | 1 | 0 | 1001000 | 10010 | 111101 | 111110 | 110100 |
Color Harmonies of #CED13A
Complementary color
Monochromatic Colors of #CED13A
Black with #CED13A
Text Example
Text Example
White with #CED13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED13A; }
p { color: rgb(206,209,58); }
H1.HeaderClassName
{
color: #CED13A;
}
.AnyTagClassName
{
color: #CED13A;
}
</style>
background-color css
<style>
a { background-color: #CED13A; }
a { background-color: rgb(206,209,58); }
div.DivClassName
{
background-color: #CED13A;
}
.BgClassName
{
background-color: #CED13A;
}
</style>
border-color css
<style>
span { border-color: #CED13A; }
span { border-color: rgb(206,209,58); }
td.TdClassName
{
border-color: #CED13A;
}
.TagClassName
{
border-color: #CED13A;
}
</style>