Shades of Bitter Lemon #CED536
Tints of Bitter Lemon #CED536
RGB
CMYK
RGB Variations
Color information
#CED536 (or 0xCED536) is known color: Bitter Lemon. HEX triplet: CE, D5 and 36. RGB value is (206,213,54). Sum of RGB (Red+Green+Blue) = 206+213+54=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #CED536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED536 is #312AC9. Grayscale: #C1C1C1. Windows color (decimal): -3222218 or 3593678. OLE color: 3593678.
HSL color Cylindrical-coordinate representation of color #CED536: hue angle of 62.64º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED536 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 54 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.16 |
| HSL | 62.64º | 0.65% | 0.52% | - |
| HSV(B) | 62.64º | 0.75% | 0.84% | - |
| XYZ | 49.91 | 60.98 | 12.63 | - |
| YUV | 192.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 54 | 0.03 | 0 | 0.75 | 0.16 | 62.64 | 0.65 | 0.52 |
| Hex | CE | D5 | 36 | 3 | 0 | 4B | 10 | 3F | 41 | 34 |
| Octal | 316 | 325 | 66 | 3 | 0 | 113 | 20 | 77 | 101 | 64 |
| Binary | 11001110 | 11010101 | 110110 | 11 | 0 | 1001011 | 10000 | 111111 | 1000001 | 110100 |
Color Harmonies of #CED536
Complementary color
Monochromatic Colors of #CED536
Black with #CED536
Text Example
Text Example
White with #CED536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED536; }
p { color: rgb(206,213,54); }
H1.HeaderClassName
{
color: #CED536;
}
.AnyTagClassName
{
color: #CED536;
}
</style>
background-color css
<style>
a { background-color: #CED536; }
a { background-color: rgb(206,213,54); }
div.DivClassName
{
background-color: #CED536;
}
.BgClassName
{
background-color: #CED536;
}
</style>
border-color css
<style>
span { border-color: #CED536; }
span { border-color: rgb(206,213,54); }
td.TdClassName
{
border-color: #CED536;
}
.TagClassName
{
border-color: #CED536;
}
</style>