Shades of Bitter Lemon #CEDA30
Tints of Bitter Lemon #CEDA30
RGB
CMYK
RGB Variations
Color information
#CEDA30 (or 0xCEDA30) is known color: Bitter Lemon. HEX triplet: CE, DA and 30. RGB value is (206,218,48). Sum of RGB (Red+Green+Blue) = 206+218+48=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA30 is #3125CF. Grayscale: #C3C3C3. Windows color (decimal): -3220944 or 3201742. OLE color: 3201742.
HSL color Cylindrical-coordinate representation of color #CEDA30: hue angle of 64.24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEDA30 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 48 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.24º | 0.7% | 0.52% | - |
| HSV(B) | 64.24º | 0.78% | 0.85% | - |
| XYZ | 51.06 | 63.48 | 12.36 | - |
| YUV | 195.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 48 | 0.06 | 0 | 0.78 | 0.15 | 64.24 | 0.7 | 0.52 |
| Hex | CE | DA | 30 | 6 | 0 | 4E | F | 40 | 46 | 34 |
| Octal | 316 | 332 | 60 | 6 | 0 | 116 | 17 | 100 | 106 | 64 |
| Binary | 11001110 | 11011010 | 110000 | 110 | 0 | 1001110 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CEDA30
Complementary color
Monochromatic Colors of #CEDA30
Black with #CEDA30
Text Example
Text Example
White with #CEDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA30; }
p { color: rgb(206,218,48); }
H1.HeaderClassName
{
color: #CEDA30;
}
.AnyTagClassName
{
color: #CEDA30;
}
</style>
background-color css
<style>
a { background-color: #CEDA30; }
a { background-color: rgb(206,218,48); }
div.DivClassName
{
background-color: #CEDA30;
}
.BgClassName
{
background-color: #CEDA30;
}
</style>
border-color css
<style>
span { border-color: #CEDA30; }
span { border-color: rgb(206,218,48); }
td.TdClassName
{
border-color: #CEDA30;
}
.TagClassName
{
border-color: #CEDA30;
}
</style>