Shades of Bitter Lemon #CED522
Tints of Bitter Lemon #CED522
RGB
CMYK
RGB Variations
Color information
#CED522 (or 0xCED522) is known color: Bitter Lemon. HEX triplet: CE, D5 and 22. RGB value is (206,213,34). Sum of RGB (Red+Green+Blue) = 206+213+34=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #CED522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED522 is #312ADD. Grayscale: #BFBFBF. Windows color (decimal): -3222238 or 2282958. OLE color: 2282958.
HSL color Cylindrical-coordinate representation of color #CED522: hue angle of 62.35º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CED522 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 34 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.16 |
| HSL | 62.35º | 0.72% | 0.48% | - |
| HSV(B) | 62.35º | 0.84% | 0.84% | - |
| XYZ | 49.54 | 60.83 | 10.64 | - |
| YUV | 190.5 | 39.68 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 34 | 0.03 | 0 | 0.84 | 0.16 | 62.35 | 0.72 | 0.48 |
| Hex | CE | D5 | 22 | 3 | 0 | 54 | 10 | 3E | 48 | 30 |
| Octal | 316 | 325 | 42 | 3 | 0 | 124 | 20 | 76 | 110 | 60 |
| Binary | 11001110 | 11010101 | 100010 | 11 | 0 | 1010100 | 10000 | 111110 | 1001000 | 110000 |
Color Harmonies of #CED522
Complementary color
Monochromatic Colors of #CED522
Black with #CED522
Text Example
Text Example
White with #CED522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED522; }
p { color: rgb(206,213,34); }
H1.HeaderClassName
{
color: #CED522;
}
.AnyTagClassName
{
color: #CED522;
}
</style>
background-color css
<style>
a { background-color: #CED522; }
a { background-color: rgb(206,213,34); }
div.DivClassName
{
background-color: #CED522;
}
.BgClassName
{
background-color: #CED522;
}
</style>
border-color css
<style>
span { border-color: #CED522; }
span { border-color: rgb(206,213,34); }
td.TdClassName
{
border-color: #CED522;
}
.TagClassName
{
border-color: #CED522;
}
</style>