Shades of Bitter Lemon #CED033
Tints of Bitter Lemon #CED033
RGB
CMYK
RGB Variations
Color information
#CED033 (or 0xCED033) is known color: Bitter Lemon. HEX triplet: CE, D0 and 33. RGB value is (206,208,51). Sum of RGB (Red+Green+Blue) = 206+208+51=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #CED033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED033 is #312FCC. Grayscale: #BEBEBE. Windows color (decimal): -3223501 or 3395790. OLE color: 3395790.
HSL color Cylindrical-coordinate representation of color #CED033: hue angle of 60.76º degrees, saturation: 0.63, 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 #CED033 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 51 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 60.76º | 0.63% | 0.51% | - |
| HSV(B) | 60.76º | 0.75% | 0.82% | - |
| XYZ | 48.61 | 58.47 | 11.86 | - |
| YUV | 189.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 51 | 0.01 | 0 | 0.75 | 0.18 | 60.76 | 0.63 | 0.51 |
| Hex | CE | D0 | 33 | 1 | 0 | 4B | 12 | 3D | 3F | 33 |
| Octal | 316 | 320 | 63 | 1 | 0 | 113 | 22 | 75 | 77 | 63 |
| Binary | 11001110 | 11010000 | 110011 | 1 | 0 | 1001011 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CED033
Complementary color
Monochromatic Colors of #CED033
Black with #CED033
Text Example
Text Example
White with #CED033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED033; }
p { color: rgb(206,208,51); }
H1.HeaderClassName
{
color: #CED033;
}
.AnyTagClassName
{
color: #CED033;
}
</style>
background-color css
<style>
a { background-color: #CED033; }
a { background-color: rgb(206,208,51); }
div.DivClassName
{
background-color: #CED033;
}
.BgClassName
{
background-color: #CED033;
}
</style>
border-color css
<style>
span { border-color: #CED033; }
span { border-color: rgb(206,208,51); }
td.TdClassName
{
border-color: #CED033;
}
.TagClassName
{
border-color: #CED033;
}
</style>