Shades of Bitter Lemon #CED733
Tints of Bitter Lemon #CED733
RGB
CMYK
RGB Variations
Color information
#CED733 (or 0xCED733) is known color: Bitter Lemon. HEX triplet: CE, D7 and 33. RGB value is (206,215,51). Sum of RGB (Red+Green+Blue) = 206+215+51=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #CED733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED733 is #3128CC. Grayscale: #C2C2C2. Windows color (decimal): -3221709 or 3397582. OLE color: 3397582.
HSL color Cylindrical-coordinate representation of color #CED733: hue angle of 63.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED733 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 51 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.16 |
| HSL | 63.29º | 0.67% | 0.52% | - |
| HSV(B) | 63.29º | 0.76% | 0.84% | - |
| XYZ | 50.35 | 61.96 | 12.44 | - |
| YUV | 193.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 51 | 0.04 | 0 | 0.76 | 0.16 | 63.29 | 0.67 | 0.52 |
| Hex | CE | D7 | 33 | 4 | 0 | 4C | 10 | 3F | 43 | 34 |
| Octal | 316 | 327 | 63 | 4 | 0 | 114 | 20 | 77 | 103 | 64 |
| Binary | 11001110 | 11010111 | 110011 | 100 | 0 | 1001100 | 10000 | 111111 | 1000011 | 110100 |
Color Harmonies of #CED733
Complementary color
Monochromatic Colors of #CED733
Black with #CED733
Text Example
Text Example
White with #CED733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED733; }
p { color: rgb(206,215,51); }
H1.HeaderClassName
{
color: #CED733;
}
.AnyTagClassName
{
color: #CED733;
}
</style>
background-color css
<style>
a { background-color: #CED733; }
a { background-color: rgb(206,215,51); }
div.DivClassName
{
background-color: #CED733;
}
.BgClassName
{
background-color: #CED733;
}
</style>
border-color css
<style>
span { border-color: #CED733; }
span { border-color: rgb(206,215,51); }
td.TdClassName
{
border-color: #CED733;
}
.TagClassName
{
border-color: #CED733;
}
</style>