Shades of Bitter Lemon #CEDB33
Tints of Bitter Lemon #CEDB33
RGB
CMYK
RGB Variations
Color information
#CEDB33 (or 0xCEDB33) is known color: Bitter Lemon. HEX triplet: CE, DB and 33. RGB value is (206,219,51). Sum of RGB (Red+Green+Blue) = 206+219+51=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB33 is #3124CC. Grayscale: #C4C4C4. Windows color (decimal): -3220685 or 3398606. OLE color: 3398606.
HSL color Cylindrical-coordinate representation of color #CEDB33: hue angle of 64.64º degrees, saturation: 0.7, 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 #CEDB33 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 51 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.14 |
| HSL | 64.64º | 0.7% | 0.53% | - |
| HSV(B) | 64.64º | 0.77% | 0.86% | - |
| XYZ | 51.38 | 64.02 | 12.78 | - |
| YUV | 195.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 51 | 0.06 | 0 | 0.77 | 0.14 | 64.64 | 0.7 | 0.53 |
| Hex | CE | DB | 33 | 6 | 0 | 4D | E | 41 | 46 | 35 |
| Octal | 316 | 333 | 63 | 6 | 0 | 115 | 16 | 101 | 106 | 65 |
| Binary | 11001110 | 11011011 | 110011 | 110 | 0 | 1001101 | 1110 | 1000001 | 1000110 | 110101 |
Color Harmonies of #CEDB33
Complementary color
Monochromatic Colors of #CEDB33
Black with #CEDB33
Text Example
Text Example
White with #CEDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB33; }
p { color: rgb(206,219,51); }
H1.HeaderClassName
{
color: #CEDB33;
}
.AnyTagClassName
{
color: #CEDB33;
}
</style>
background-color css
<style>
a { background-color: #CEDB33; }
a { background-color: rgb(206,219,51); }
div.DivClassName
{
background-color: #CEDB33;
}
.BgClassName
{
background-color: #CEDB33;
}
</style>
border-color css
<style>
span { border-color: #CEDB33; }
span { border-color: rgb(206,219,51); }
td.TdClassName
{
border-color: #CEDB33;
}
.TagClassName
{
border-color: #CEDB33;
}
</style>