Shades of Bitter Lemon #CEDA31
Tints of Bitter Lemon #CEDA31
RGB
CMYK
RGB Variations
Color information
#CEDA31 (or 0xCEDA31) is known color: Bitter Lemon. HEX triplet: CE, DA and 31. RGB value is (206,218,49). Sum of RGB (Red+Green+Blue) = 206+218+49=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA31 is #3125CE. Grayscale: #C3C3C3. Windows color (decimal): -3220943 or 3267278. OLE color: 3267278.
HSL color Cylindrical-coordinate representation of color #CEDA31: hue angle of 64.26º 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 #CEDA31 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 49 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.26º | 0.7% | 0.52% | - |
| HSV(B) | 64.26º | 0.78% | 0.85% | - |
| XYZ | 51.08 | 63.49 | 12.47 | - |
| YUV | 195.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 49 | 0.06 | 0 | 0.78 | 0.15 | 64.26 | 0.7 | 0.52 |
| Hex | CE | DA | 31 | 6 | 0 | 4E | F | 40 | 46 | 34 |
| Octal | 316 | 332 | 61 | 6 | 0 | 116 | 17 | 100 | 106 | 64 |
| Binary | 11001110 | 11011010 | 110001 | 110 | 0 | 1001110 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CEDA31
Complementary color
Monochromatic Colors of #CEDA31
Black with #CEDA31
Text Example
Text Example
White with #CEDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA31; }
p { color: rgb(206,218,49); }
H1.HeaderClassName
{
color: #CEDA31;
}
.AnyTagClassName
{
color: #CEDA31;
}
</style>
background-color css
<style>
a { background-color: #CEDA31; }
a { background-color: rgb(206,218,49); }
div.DivClassName
{
background-color: #CEDA31;
}
.BgClassName
{
background-color: #CEDA31;
}
</style>
border-color css
<style>
span { border-color: #CEDA31; }
span { border-color: rgb(206,218,49); }
td.TdClassName
{
border-color: #CEDA31;
}
.TagClassName
{
border-color: #CEDA31;
}
</style>