Shades of Bitter Lemon #CED635
Tints of Bitter Lemon #CED635
RGB
CMYK
RGB Variations
Color information
#CED635 (or 0xCED635) is known color: Bitter Lemon. HEX triplet: CE, D6 and 35. RGB value is (206,214,53). Sum of RGB (Red+Green+Blue) = 206+214+53=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #CED635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED635 is #3129CA. Grayscale: #C1C1C1. Windows color (decimal): -3221963 or 3528398. OLE color: 3528398.
HSL color Cylindrical-coordinate representation of color #CED635: hue angle of 62.98º degrees, saturation: 0.66, 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 #CED635 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 53 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.16 |
| HSL | 62.98º | 0.66% | 0.52% | - |
| HSV(B) | 62.98º | 0.75% | 0.84% | - |
| XYZ | 50.14 | 61.47 | 12.59 | - |
| YUV | 193.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 53 | 0.04 | 0 | 0.75 | 0.16 | 62.98 | 0.66 | 0.52 |
| Hex | CE | D6 | 35 | 4 | 0 | 4B | 10 | 3F | 42 | 34 |
| Octal | 316 | 326 | 65 | 4 | 0 | 113 | 20 | 77 | 102 | 64 |
| Binary | 11001110 | 11010110 | 110101 | 100 | 0 | 1001011 | 10000 | 111111 | 1000010 | 110100 |
Color Harmonies of #CED635
Complementary color
Monochromatic Colors of #CED635
Black with #CED635
Text Example
Text Example
White with #CED635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED635; }
p { color: rgb(206,214,53); }
H1.HeaderClassName
{
color: #CED635;
}
.AnyTagClassName
{
color: #CED635;
}
</style>
background-color css
<style>
a { background-color: #CED635; }
a { background-color: rgb(206,214,53); }
div.DivClassName
{
background-color: #CED635;
}
.BgClassName
{
background-color: #CED635;
}
</style>
border-color css
<style>
span { border-color: #CED635; }
span { border-color: rgb(206,214,53); }
td.TdClassName
{
border-color: #CED635;
}
.TagClassName
{
border-color: #CED635;
}
</style>