Shades of Bitter Lemon #CEDA2A
Tints of Bitter Lemon #CEDA2A
RGB
CMYK
RGB Variations
Color information
#CEDA2A (or 0xCEDA2A) is known color: Bitter Lemon. HEX triplet: CE, DA and 2A. RGB value is (206,218,42). Sum of RGB (Red+Green+Blue) = 206+218+42=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA2A is #3125D5. Grayscale: #C3C3C3. Windows color (decimal): -3220950 or 2808526. OLE color: 2808526.
HSL color Cylindrical-coordinate representation of color #CEDA2A: hue angle of 64.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEDA2A is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 42 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.15 |
| HSL | 64.09º | 0.7% | 0.51% | - |
| HSV(B) | 64.09º | 0.81% | 0.85% | - |
| XYZ | 50.94 | 63.43 | 11.75 | - |
| YUV | 194.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 42 | 0.06 | 0 | 0.81 | 0.15 | 64.09 | 0.7 | 0.51 |
| Hex | CE | DA | 2A | 6 | 0 | 51 | F | 40 | 46 | 33 |
| Octal | 316 | 332 | 52 | 6 | 0 | 121 | 17 | 100 | 106 | 63 |
| Binary | 11001110 | 11011010 | 101010 | 110 | 0 | 1010001 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CEDA2A
Complementary color
Monochromatic Colors of #CEDA2A
Black with #CEDA2A
Text Example
Text Example
White with #CEDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA2A; }
p { color: rgb(206,218,42); }
H1.HeaderClassName
{
color: #CEDA2A;
}
.AnyTagClassName
{
color: #CEDA2A;
}
</style>
background-color css
<style>
a { background-color: #CEDA2A; }
a { background-color: rgb(206,218,42); }
div.DivClassName
{
background-color: #CEDA2A;
}
.BgClassName
{
background-color: #CEDA2A;
}
</style>
border-color css
<style>
span { border-color: #CEDA2A; }
span { border-color: rgb(206,218,42); }
td.TdClassName
{
border-color: #CEDA2A;
}
.TagClassName
{
border-color: #CEDA2A;
}
</style>