Shades of Bitter Lemon #CED035
Tints of Bitter Lemon #CED035
RGB
CMYK
RGB Variations
Color information
#CED035 (or 0xCED035) is known color: Bitter Lemon. HEX triplet: CE, D0 and 35. RGB value is (206,208,53). Sum of RGB (Red+Green+Blue) = 206+208+53=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #CED035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED035 is #312FCA. Grayscale: #BEBEBE. Windows color (decimal): -3223499 or 3526862. OLE color: 3526862.
HSL color Cylindrical-coordinate representation of color #CED035: hue angle of 60.77º degrees, saturation: 0.62, 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 #CED035 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 53 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 60.77º | 0.62% | 0.51% | - |
| HSV(B) | 60.77º | 0.75% | 0.82% | - |
| XYZ | 48.65 | 58.49 | 12.09 | - |
| YUV | 189.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 53 | 0.01 | 0 | 0.75 | 0.18 | 60.77 | 0.62 | 0.51 |
| Hex | CE | D0 | 35 | 1 | 0 | 4B | 12 | 3D | 3E | 33 |
| Octal | 316 | 320 | 65 | 1 | 0 | 113 | 22 | 75 | 76 | 63 |
| Binary | 11001110 | 11010000 | 110101 | 1 | 0 | 1001011 | 10010 | 111101 | 111110 | 110011 |
Color Harmonies of #CED035
Complementary color
Monochromatic Colors of #CED035
Black with #CED035
Text Example
Text Example
White with #CED035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED035; }
p { color: rgb(206,208,53); }
H1.HeaderClassName
{
color: #CED035;
}
.AnyTagClassName
{
color: #CED035;
}
</style>
background-color css
<style>
a { background-color: #CED035; }
a { background-color: rgb(206,208,53); }
div.DivClassName
{
background-color: #CED035;
}
.BgClassName
{
background-color: #CED035;
}
</style>
border-color css
<style>
span { border-color: #CED035; }
span { border-color: rgb(206,208,53); }
td.TdClassName
{
border-color: #CED035;
}
.TagClassName
{
border-color: #CED035;
}
</style>