Shades of Bitter Lemon #CEDD34
Tints of Bitter Lemon #CEDD34
RGB
CMYK
RGB Variations
Color information
#CEDD34 (or 0xCEDD34) is known color: Bitter Lemon. HEX triplet: CE, DD and 34. RGB value is (206,221,52). Sum of RGB (Red+Green+Blue) = 206+221+52=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD34 is #3122CB. Grayscale: #C5C5C5. Windows color (decimal): -3220172 or 3464654. OLE color: 3464654.
HSL color Cylindrical-coordinate representation of color #CEDD34: hue angle of 65.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEDD34 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 52 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.13 |
| HSL | 65.33º | 0.71% | 0.54% | - |
| HSV(B) | 65.33º | 0.76% | 0.87% | - |
| XYZ | 51.93 | 65.08 | 13.07 | - |
| YUV | 197.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 52 | 0.07 | 0 | 0.76 | 0.13 | 65.33 | 0.71 | 0.54 |
| Hex | CE | DD | 34 | 7 | 0 | 4C | D | 41 | 47 | 36 |
| Octal | 316 | 335 | 64 | 7 | 0 | 114 | 15 | 101 | 107 | 66 |
| Binary | 11001110 | 11011101 | 110100 | 111 | 0 | 1001100 | 1101 | 1000001 | 1000111 | 110110 |
Color Harmonies of #CEDD34
Complementary color
Monochromatic Colors of #CEDD34
Black with #CEDD34
Text Example
Text Example
White with #CEDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD34; }
p { color: rgb(206,221,52); }
H1.HeaderClassName
{
color: #CEDD34;
}
.AnyTagClassName
{
color: #CEDD34;
}
</style>
background-color css
<style>
a { background-color: #CEDD34; }
a { background-color: rgb(206,221,52); }
div.DivClassName
{
background-color: #CEDD34;
}
.BgClassName
{
background-color: #CEDD34;
}
</style>
border-color css
<style>
span { border-color: #CEDD34; }
span { border-color: rgb(206,221,52); }
td.TdClassName
{
border-color: #CEDD34;
}
.TagClassName
{
border-color: #CEDD34;
}
</style>