Shades of Bitter Lemon #CED235
Tints of Bitter Lemon #CED235
RGB
CMYK
RGB Variations
Color information
#CED235 (or 0xCED235) is known color: Bitter Lemon. HEX triplet: CE, D2 and 35. RGB value is (206,210,53). Sum of RGB (Red+Green+Blue) = 206+210+53=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #CED235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED235 is #312DCA. Grayscale: #BFBFBF. Windows color (decimal): -3222987 or 3527374. OLE color: 3527374.
HSL color Cylindrical-coordinate representation of color #CED235: hue angle of 61.53º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED235 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 53 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.18 |
| HSL | 61.53º | 0.64% | 0.52% | - |
| HSV(B) | 61.53º | 0.75% | 0.82% | - |
| XYZ | 49.14 | 59.47 | 12.26 | - |
| YUV | 190.91 | 50.17 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 53 | 0.02 | 0 | 0.75 | 0.18 | 61.53 | 0.64 | 0.52 |
| Hex | CE | D2 | 35 | 2 | 0 | 4B | 12 | 3E | 40 | 34 |
| Octal | 316 | 322 | 65 | 2 | 0 | 113 | 22 | 76 | 100 | 64 |
| Binary | 11001110 | 11010010 | 110101 | 10 | 0 | 1001011 | 10010 | 111110 | 1000000 | 110100 |
Color Harmonies of #CED235
Complementary color
Monochromatic Colors of #CED235
Black with #CED235
Text Example
Text Example
White with #CED235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED235; }
p { color: rgb(206,210,53); }
H1.HeaderClassName
{
color: #CED235;
}
.AnyTagClassName
{
color: #CED235;
}
</style>
background-color css
<style>
a { background-color: #CED235; }
a { background-color: rgb(206,210,53); }
div.DivClassName
{
background-color: #CED235;
}
.BgClassName
{
background-color: #CED235;
}
</style>
border-color css
<style>
span { border-color: #CED235; }
span { border-color: rgb(206,210,53); }
td.TdClassName
{
border-color: #CED235;
}
.TagClassName
{
border-color: #CED235;
}
</style>