Shades of Bitter Lemon #CEDA2B
Tints of Bitter Lemon #CEDA2B
RGB
CMYK
RGB Variations
Color information
#CEDA2B (or 0xCEDA2B) is known color: Bitter Lemon. HEX triplet: CE, DA and 2B. RGB value is (206,218,43). Sum of RGB (Red+Green+Blue) = 206+218+43=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA2B is #3125D4. Grayscale: #C3C3C3. Windows color (decimal): -3220949 or 2874062. OLE color: 2874062.
HSL color Cylindrical-coordinate representation of color #CEDA2B: hue angle of 64.11º 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 #CEDA2B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 43 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.15 |
| HSL | 64.11º | 0.7% | 0.51% | - |
| HSV(B) | 64.11º | 0.8% | 0.85% | - |
| XYZ | 50.96 | 63.44 | 11.84 | - |
| YUV | 194.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 43 | 0.06 | 0 | 0.80 | 0.15 | 64.11 | 0.7 | 0.51 |
| Hex | CE | DA | 2B | 6 | 0 | 50 | F | 40 | 46 | 33 |
| Octal | 316 | 332 | 53 | 6 | 0 | 120 | 17 | 100 | 106 | 63 |
| Binary | 11001110 | 11011010 | 101011 | 110 | 0 | 1010000 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CEDA2B
Complementary color
Monochromatic Colors of #CEDA2B
Black with #CEDA2B
Text Example
Text Example
White with #CEDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA2B; }
p { color: rgb(206,218,43); }
H1.HeaderClassName
{
color: #CEDA2B;
}
.AnyTagClassName
{
color: #CEDA2B;
}
</style>
background-color css
<style>
a { background-color: #CEDA2B; }
a { background-color: rgb(206,218,43); }
div.DivClassName
{
background-color: #CEDA2B;
}
.BgClassName
{
background-color: #CEDA2B;
}
</style>
border-color css
<style>
span { border-color: #CEDA2B; }
span { border-color: rgb(206,218,43); }
td.TdClassName
{
border-color: #CEDA2B;
}
.TagClassName
{
border-color: #CEDA2B;
}
</style>