Shades of Bitter Lemon #CEDD3A
Tints of Bitter Lemon #CEDD3A
RGB
CMYK
RGB Variations
Color information
#CEDD3A (or 0xCEDD3A) is known color: Bitter Lemon. HEX triplet: CE, DD and 3A. RGB value is (206,221,58). Sum of RGB (Red+Green+Blue) = 206+221+58=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD3A is #3122C5. Grayscale: #C6C6C6. Windows color (decimal): -3220166 or 3857870. OLE color: 3857870.
HSL color Cylindrical-coordinate representation of color #CEDD3A: hue angle of 65.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEDD3A is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 58 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.13 |
| HSL | 65.52º | 0.71% | 0.55% | - |
| HSV(B) | 65.52º | 0.74% | 0.87% | - |
| XYZ | 52.07 | 65.14 | 13.83 | - |
| YUV | 197.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 58 | 0.07 | 0 | 0.74 | 0.13 | 65.52 | 0.71 | 0.55 |
| Hex | CE | DD | 3A | 7 | 0 | 4A | D | 42 | 47 | 37 |
| Octal | 316 | 335 | 72 | 7 | 0 | 112 | 15 | 102 | 107 | 67 |
| Binary | 11001110 | 11011101 | 111010 | 111 | 0 | 1001010 | 1101 | 1000010 | 1000111 | 110111 |
Color Harmonies of #CEDD3A
Complementary color
Monochromatic Colors of #CEDD3A
Black with #CEDD3A
Text Example
Text Example
White with #CEDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD3A; }
p { color: rgb(206,221,58); }
H1.HeaderClassName
{
color: #CEDD3A;
}
.AnyTagClassName
{
color: #CEDD3A;
}
</style>
background-color css
<style>
a { background-color: #CEDD3A; }
a { background-color: rgb(206,221,58); }
div.DivClassName
{
background-color: #CEDD3A;
}
.BgClassName
{
background-color: #CEDD3A;
}
</style>
border-color css
<style>
span { border-color: #CEDD3A; }
span { border-color: rgb(206,221,58); }
td.TdClassName
{
border-color: #CEDD3A;
}
.TagClassName
{
border-color: #CEDD3A;
}
</style>