Shades of Bitter Lemon #CED233
Tints of Bitter Lemon #CED233
RGB
CMYK
RGB Variations
Color information
#CED233 (or 0xCED233) is known color: Bitter Lemon. HEX triplet: CE, D2 and 33. RGB value is (206,210,51). Sum of RGB (Red+Green+Blue) = 206+210+51=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #CED233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED233 is #312DCC. Grayscale: #BFBFBF. Windows color (decimal): -3222989 or 3396302. OLE color: 3396302.
HSL color Cylindrical-coordinate representation of color #CED233: hue angle of 61.51º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED233 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 51 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.18 |
| HSL | 61.51º | 0.64% | 0.51% | - |
| HSV(B) | 61.51º | 0.76% | 0.82% | - |
| XYZ | 49.1 | 59.45 | 12.02 | - |
| YUV | 190.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 51 | 0.02 | 0 | 0.76 | 0.18 | 61.51 | 0.64 | 0.51 |
| Hex | CE | D2 | 33 | 2 | 0 | 4C | 12 | 3E | 40 | 33 |
| Octal | 316 | 322 | 63 | 2 | 0 | 114 | 22 | 76 | 100 | 63 |
| Binary | 11001110 | 11010010 | 110011 | 10 | 0 | 1001100 | 10010 | 111110 | 1000000 | 110011 |
Color Harmonies of #CED233
Complementary color
Monochromatic Colors of #CED233
Black with #CED233
Text Example
Text Example
White with #CED233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED233; }
p { color: rgb(206,210,51); }
H1.HeaderClassName
{
color: #CED233;
}
.AnyTagClassName
{
color: #CED233;
}
</style>
background-color css
<style>
a { background-color: #CED233; }
a { background-color: rgb(206,210,51); }
div.DivClassName
{
background-color: #CED233;
}
.BgClassName
{
background-color: #CED233;
}
</style>
border-color css
<style>
span { border-color: #CED233; }
span { border-color: rgb(206,210,51); }
td.TdClassName
{
border-color: #CED233;
}
.TagClassName
{
border-color: #CED233;
}
</style>