Shades of Bitter Lemon #CEDC33
Tints of Bitter Lemon #CEDC33
RGB
CMYK
RGB Variations
Color information
#CEDC33 (or 0xCEDC33) is known color: Bitter Lemon. HEX triplet: CE, DC and 33. RGB value is (206,220,51). Sum of RGB (Red+Green+Blue) = 206+220+51=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC33 is #3123CC. Grayscale: #C5C5C5. Windows color (decimal): -3220429 or 3398862. OLE color: 3398862.
HSL color Cylindrical-coordinate representation of color #CEDC33: hue angle of 64.97º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEDC33 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 51 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.14 |
| HSL | 64.97º | 0.71% | 0.53% | - |
| HSV(B) | 64.97º | 0.77% | 0.86% | - |
| XYZ | 51.64 | 64.55 | 12.87 | - |
| YUV | 196.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 51 | 0.06 | 0 | 0.77 | 0.14 | 64.97 | 0.71 | 0.53 |
| Hex | CE | DC | 33 | 6 | 0 | 4D | E | 41 | 47 | 35 |
| Octal | 316 | 334 | 63 | 6 | 0 | 115 | 16 | 101 | 107 | 65 |
| Binary | 11001110 | 11011100 | 110011 | 110 | 0 | 1001101 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CEDC33
Complementary color
Monochromatic Colors of #CEDC33
Black with #CEDC33
Text Example
Text Example
White with #CEDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC33; }
p { color: rgb(206,220,51); }
H1.HeaderClassName
{
color: #CEDC33;
}
.AnyTagClassName
{
color: #CEDC33;
}
</style>
background-color css
<style>
a { background-color: #CEDC33; }
a { background-color: rgb(206,220,51); }
div.DivClassName
{
background-color: #CEDC33;
}
.BgClassName
{
background-color: #CEDC33;
}
</style>
border-color css
<style>
span { border-color: #CEDC33; }
span { border-color: rgb(206,220,51); }
td.TdClassName
{
border-color: #CEDC33;
}
.TagClassName
{
border-color: #CEDC33;
}
</style>