Shades of Bitter Lemon #CED835
Tints of Bitter Lemon #CED835
RGB
CMYK
RGB Variations
Color information
#CED835 (or 0xCED835) is known color: Bitter Lemon. HEX triplet: CE, D8 and 35. RGB value is (206,216,53). Sum of RGB (Red+Green+Blue) = 206+216+53=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #CED835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED835 is #3127CA. Grayscale: #C3C3C3. Windows color (decimal): -3221451 or 3528910. OLE color: 3528910.
HSL color Cylindrical-coordinate representation of color #CED835: hue angle of 63.68º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED835 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 53 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.15 |
| HSL | 63.68º | 0.68% | 0.53% | - |
| HSV(B) | 63.68º | 0.75% | 0.85% | - |
| XYZ | 50.65 | 62.49 | 12.76 | - |
| YUV | 194.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 53 | 0.05 | 0 | 0.75 | 0.15 | 63.68 | 0.68 | 0.53 |
| Hex | CE | D8 | 35 | 5 | 0 | 4B | F | 40 | 44 | 35 |
| Octal | 316 | 330 | 65 | 5 | 0 | 113 | 17 | 100 | 104 | 65 |
| Binary | 11001110 | 11011000 | 110101 | 101 | 0 | 1001011 | 1111 | 1000000 | 1000100 | 110101 |
Color Harmonies of #CED835
Complementary color
Monochromatic Colors of #CED835
Black with #CED835
Text Example
Text Example
White with #CED835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED835; }
p { color: rgb(206,216,53); }
H1.HeaderClassName
{
color: #CED835;
}
.AnyTagClassName
{
color: #CED835;
}
</style>
background-color css
<style>
a { background-color: #CED835; }
a { background-color: rgb(206,216,53); }
div.DivClassName
{
background-color: #CED835;
}
.BgClassName
{
background-color: #CED835;
}
</style>
border-color css
<style>
span { border-color: #CED835; }
span { border-color: rgb(206,216,53); }
td.TdClassName
{
border-color: #CED835;
}
.TagClassName
{
border-color: #CED835;
}
</style>