Shades of Bitter Lemon #CED935
Tints of Bitter Lemon #CED935
RGB
CMYK
RGB Variations
Color information
#CED935 (or 0xCED935) is known color: Bitter Lemon. HEX triplet: CE, D9 and 35. RGB value is (206,217,53). Sum of RGB (Red+Green+Blue) = 206+217+53=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #CED935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED935 is #3126CA. Grayscale: #C3C3C3. Windows color (decimal): -3221195 or 3529166. OLE color: 3529166.
HSL color Cylindrical-coordinate representation of color #CED935: hue angle of 64.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED935 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 53 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.15 |
| HSL | 64.02º | 0.68% | 0.53% | - |
| HSV(B) | 64.02º | 0.76% | 0.85% | - |
| XYZ | 50.91 | 63 | 12.85 | - |
| YUV | 195.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 53 | 0.05 | 0 | 0.76 | 0.15 | 64.02 | 0.68 | 0.53 |
| Hex | CE | D9 | 35 | 5 | 0 | 4C | F | 40 | 44 | 35 |
| Octal | 316 | 331 | 65 | 5 | 0 | 114 | 17 | 100 | 104 | 65 |
| Binary | 11001110 | 11011001 | 110101 | 101 | 0 | 1001100 | 1111 | 1000000 | 1000100 | 110101 |
Color Harmonies of #CED935
Complementary color
Monochromatic Colors of #CED935
Black with #CED935
Text Example
Text Example
White with #CED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED935; }
p { color: rgb(206,217,53); }
H1.HeaderClassName
{
color: #CED935;
}
.AnyTagClassName
{
color: #CED935;
}
</style>
background-color css
<style>
a { background-color: #CED935; }
a { background-color: rgb(206,217,53); }
div.DivClassName
{
background-color: #CED935;
}
.BgClassName
{
background-color: #CED935;
}
</style>
border-color css
<style>
span { border-color: #CED935; }
span { border-color: rgb(206,217,53); }
td.TdClassName
{
border-color: #CED935;
}
.TagClassName
{
border-color: #CED935;
}
</style>