Shades of Bitter Lemon #CED53C
Tints of Bitter Lemon #CED53C
RGB
CMYK
RGB Variations
Color information
#CED53C (or 0xCED53C) is known color: Bitter Lemon. HEX triplet: CE, D5 and 3C. RGB value is (206,213,60). Sum of RGB (Red+Green+Blue) = 206+213+60=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #CED53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED53C is #312AC3. Grayscale: #C2C2C2. Windows color (decimal): -3222212 or 3986894. OLE color: 3986894.
HSL color Cylindrical-coordinate representation of color #CED53C: hue angle of 62.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED53C is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 60 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.16 |
| HSL | 62.75º | 0.65% | 0.54% | - |
| HSV(B) | 62.75º | 0.72% | 0.84% | - |
| XYZ | 50.06 | 61.04 | 13.42 | - |
| YUV | 193.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 60 | 0.03 | 0 | 0.72 | 0.16 | 62.75 | 0.65 | 0.54 |
| Hex | CE | D5 | 3C | 3 | 0 | 48 | 10 | 3F | 41 | 36 |
| Octal | 316 | 325 | 74 | 3 | 0 | 110 | 20 | 77 | 101 | 66 |
| Binary | 11001110 | 11010101 | 111100 | 11 | 0 | 1001000 | 10000 | 111111 | 1000001 | 110110 |
Color Harmonies of #CED53C
Complementary color
Monochromatic Colors of #CED53C
Black with #CED53C
Text Example
Text Example
White with #CED53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED53C; }
p { color: rgb(206,213,60); }
H1.HeaderClassName
{
color: #CED53C;
}
.AnyTagClassName
{
color: #CED53C;
}
</style>
background-color css
<style>
a { background-color: #CED53C; }
a { background-color: rgb(206,213,60); }
div.DivClassName
{
background-color: #CED53C;
}
.BgClassName
{
background-color: #CED53C;
}
</style>
border-color css
<style>
span { border-color: #CED53C; }
span { border-color: rgb(206,213,60); }
td.TdClassName
{
border-color: #CED53C;
}
.TagClassName
{
border-color: #CED53C;
}
</style>