Shades of Bitter Lemon #CEDA2D
Tints of Bitter Lemon #CEDA2D
RGB
CMYK
RGB Variations
Color information
#CEDA2D (or 0xCEDA2D) is known color: Bitter Lemon. HEX triplet: CE, DA and 2D. RGB value is (206,218,45). Sum of RGB (Red+Green+Blue) = 206+218+45=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA2D is #3125D2. Grayscale: #C3C3C3. Windows color (decimal): -3220947 or 3005134. OLE color: 3005134.
HSL color Cylindrical-coordinate representation of color #CEDA2D: hue angle of 64.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEDA2D is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 45 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.15 |
| HSL | 64.16º | 0.7% | 0.52% | - |
| HSV(B) | 64.16º | 0.79% | 0.85% | - |
| XYZ | 51 | 63.45 | 12.04 | - |
| YUV | 194.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 45 | 0.06 | 0 | 0.79 | 0.15 | 64.16 | 0.7 | 0.52 |
| Hex | CE | DA | 2D | 6 | 0 | 4F | F | 40 | 46 | 34 |
| Octal | 316 | 332 | 55 | 6 | 0 | 117 | 17 | 100 | 106 | 64 |
| Binary | 11001110 | 11011010 | 101101 | 110 | 0 | 1001111 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CEDA2D
Complementary color
Monochromatic Colors of #CEDA2D
Black with #CEDA2D
Text Example
Text Example
White with #CEDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA2D; }
p { color: rgb(206,218,45); }
H1.HeaderClassName
{
color: #CEDA2D;
}
.AnyTagClassName
{
color: #CEDA2D;
}
</style>
background-color css
<style>
a { background-color: #CEDA2D; }
a { background-color: rgb(206,218,45); }
div.DivClassName
{
background-color: #CEDA2D;
}
.BgClassName
{
background-color: #CEDA2D;
}
</style>
border-color css
<style>
span { border-color: #CEDA2D; }
span { border-color: rgb(206,218,45); }
td.TdClassName
{
border-color: #CEDA2D;
}
.TagClassName
{
border-color: #CEDA2D;
}
</style>