Shades of Bitter Lemon #CEDA21
Tints of Bitter Lemon #CEDA21
RGB
CMYK
RGB Variations
Color information
#CEDA21 (or 0xCEDA21) is known color: Bitter Lemon. HEX triplet: CE, DA and 21. RGB value is (206,218,33). Sum of RGB (Red+Green+Blue) = 206+218+33=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA21 is #3125DE. Grayscale: #C2C2C2. Windows color (decimal): -3220959 or 2218702. OLE color: 2218702.
HSL color Cylindrical-coordinate representation of color #CEDA21: hue angle of 63.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEDA21 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 33 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.15 |
| HSL | 63.89º | 0.74% | 0.49% | - |
| HSV(B) | 63.89º | 0.85% | 0.85% | - |
| XYZ | 50.8 | 63.37 | 10.99 | - |
| YUV | 193.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 33 | 0.06 | 0 | 0.85 | 0.15 | 63.89 | 0.74 | 0.49 |
| Hex | CE | DA | 21 | 6 | 0 | 55 | F | 40 | 4A | 31 |
| Octal | 316 | 332 | 41 | 6 | 0 | 125 | 17 | 100 | 112 | 61 |
| Binary | 11001110 | 11011010 | 100001 | 110 | 0 | 1010101 | 1111 | 1000000 | 1001010 | 110001 |
Color Harmonies of #CEDA21
Complementary color
Monochromatic Colors of #CEDA21
Black with #CEDA21
Text Example
Text Example
White with #CEDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA21; }
p { color: rgb(206,218,33); }
H1.HeaderClassName
{
color: #CEDA21;
}
.AnyTagClassName
{
color: #CEDA21;
}
</style>
background-color css
<style>
a { background-color: #CEDA21; }
a { background-color: rgb(206,218,33); }
div.DivClassName
{
background-color: #CEDA21;
}
.BgClassName
{
background-color: #CEDA21;
}
</style>
border-color css
<style>
span { border-color: #CEDA21; }
span { border-color: rgb(206,218,33); }
td.TdClassName
{
border-color: #CEDA21;
}
.TagClassName
{
border-color: #CEDA21;
}
</style>