Shades of Bitter Lemon #CEDA2C
Tints of Bitter Lemon #CEDA2C
RGB
CMYK
RGB Variations
Color information
#CEDA2C (or 0xCEDA2C) is known color: Bitter Lemon. HEX triplet: CE, DA and 2C. RGB value is (206,218,44). Sum of RGB (Red+Green+Blue) = 206+218+44=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA2C is #3125D3. Grayscale: #C3C3C3. Windows color (decimal): -3220948 or 2939598. OLE color: 2939598.
HSL color Cylindrical-coordinate representation of color #CEDA2C: hue angle of 64.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEDA2C is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 44 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.15 |
| HSL | 64.14º | 0.7% | 0.51% | - |
| HSV(B) | 64.14º | 0.8% | 0.85% | - |
| XYZ | 50.98 | 63.45 | 11.94 | - |
| YUV | 194.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 44 | 0.06 | 0 | 0.80 | 0.15 | 64.14 | 0.7 | 0.51 |
| Hex | CE | DA | 2C | 6 | 0 | 50 | F | 40 | 46 | 33 |
| Octal | 316 | 332 | 54 | 6 | 0 | 120 | 17 | 100 | 106 | 63 |
| Binary | 11001110 | 11011010 | 101100 | 110 | 0 | 1010000 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CEDA2C
Complementary color
Monochromatic Colors of #CEDA2C
Black with #CEDA2C
Text Example
Text Example
White with #CEDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA2C; }
p { color: rgb(206,218,44); }
H1.HeaderClassName
{
color: #CEDA2C;
}
.AnyTagClassName
{
color: #CEDA2C;
}
</style>
background-color css
<style>
a { background-color: #CEDA2C; }
a { background-color: rgb(206,218,44); }
div.DivClassName
{
background-color: #CEDA2C;
}
.BgClassName
{
background-color: #CEDA2C;
}
</style>
border-color css
<style>
span { border-color: #CEDA2C; }
span { border-color: rgb(206,218,44); }
td.TdClassName
{
border-color: #CEDA2C;
}
.TagClassName
{
border-color: #CEDA2C;
}
</style>