Shades of Bitter Lemon #CED135
Tints of Bitter Lemon #CED135
RGB
CMYK
RGB Variations
Color information
#CED135 (or 0xCED135) is known color: Bitter Lemon. HEX triplet: CE, D1 and 35. RGB value is (206,209,53). Sum of RGB (Red+Green+Blue) = 206+209+53=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #CED135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED135 is #312ECA. Grayscale: #BEBEBE. Windows color (decimal): -3223243 or 3527118. OLE color: 3527118.
HSL color Cylindrical-coordinate representation of color #CED135: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED135 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 53 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 61.15º | 0.63% | 0.51% | - |
| HSV(B) | 61.15º | 0.75% | 0.82% | - |
| XYZ | 48.9 | 58.98 | 12.18 | - |
| YUV | 190.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 53 | 0.01 | 0 | 0.75 | 0.18 | 61.15 | 0.63 | 0.51 |
| Hex | CE | D1 | 35 | 1 | 0 | 4B | 12 | 3D | 3F | 33 |
| Octal | 316 | 321 | 65 | 1 | 0 | 113 | 22 | 75 | 77 | 63 |
| Binary | 11001110 | 11010001 | 110101 | 1 | 0 | 1001011 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CED135
Complementary color
Monochromatic Colors of #CED135
Black with #CED135
Text Example
Text Example
White with #CED135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED135; }
p { color: rgb(206,209,53); }
H1.HeaderClassName
{
color: #CED135;
}
.AnyTagClassName
{
color: #CED135;
}
</style>
background-color css
<style>
a { background-color: #CED135; }
a { background-color: rgb(206,209,53); }
div.DivClassName
{
background-color: #CED135;
}
.BgClassName
{
background-color: #CED135;
}
</style>
border-color css
<style>
span { border-color: #CED135; }
span { border-color: rgb(206,209,53); }
td.TdClassName
{
border-color: #CED135;
}
.TagClassName
{
border-color: #CED135;
}
</style>