Shades of Bitter Lemon #CED53B
Tints of Bitter Lemon #CED53B
RGB
CMYK
RGB Variations
Color information
#CED53B (or 0xCED53B) is known color: Bitter Lemon. HEX triplet: CE, D5 and 3B. RGB value is (206,213,59). Sum of RGB (Red+Green+Blue) = 206+213+59=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #CED53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED53B is #312AC4. Grayscale: #C1C1C1. Windows color (decimal): -3222213 or 3921358. OLE color: 3921358.
HSL color Cylindrical-coordinate representation of color #CED53B: hue angle of 62.73º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED53B is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 59 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.16 |
| HSL | 62.73º | 0.65% | 0.53% | - |
| HSV(B) | 62.73º | 0.72% | 0.84% | - |
| XYZ | 50.04 | 61.03 | 13.28 | - |
| YUV | 193.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 59 | 0.03 | 0 | 0.72 | 0.16 | 62.73 | 0.65 | 0.53 |
| Hex | CE | D5 | 3B | 3 | 0 | 48 | 10 | 3F | 41 | 35 |
| Octal | 316 | 325 | 73 | 3 | 0 | 110 | 20 | 77 | 101 | 65 |
| Binary | 11001110 | 11010101 | 111011 | 11 | 0 | 1001000 | 10000 | 111111 | 1000001 | 110101 |
Color Harmonies of #CED53B
Complementary color
Monochromatic Colors of #CED53B
Black with #CED53B
Text Example
Text Example
White with #CED53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED53B; }
p { color: rgb(206,213,59); }
H1.HeaderClassName
{
color: #CED53B;
}
.AnyTagClassName
{
color: #CED53B;
}
</style>
background-color css
<style>
a { background-color: #CED53B; }
a { background-color: rgb(206,213,59); }
div.DivClassName
{
background-color: #CED53B;
}
.BgClassName
{
background-color: #CED53B;
}
</style>
border-color css
<style>
span { border-color: #CED53B; }
span { border-color: rgb(206,213,59); }
td.TdClassName
{
border-color: #CED53B;
}
.TagClassName
{
border-color: #CED53B;
}
</style>