Shades of Bitter Lemon #CEDA1D
Tints of Bitter Lemon #CEDA1D
RGB
CMYK
RGB Variations
Color information
#CEDA1D (or 0xCEDA1D) is known color: Bitter Lemon. HEX triplet: CE, DA and 1D. RGB value is (206,218,29). Sum of RGB (Red+Green+Blue) = 206+218+29=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA1D is #3125E2. Grayscale: #C1C1C1. Windows color (decimal): -3220963 or 1956558. OLE color: 1956558.
HSL color Cylindrical-coordinate representation of color #CEDA1D: hue angle of 63.81º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEDA1D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.15 |
| HSL | 63.81º | 0.77% | 0.48% | - |
| HSV(B) | 63.81º | 0.87% | 0.85% | - |
| XYZ | 50.75 | 63.35 | 10.72 | - |
| YUV | 192.87 | 35.52 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 29 | 0.06 | 0 | 0.87 | 0.15 | 63.81 | 0.77 | 0.48 |
| Hex | CE | DA | 1D | 6 | 0 | 57 | F | 40 | 4D | 30 |
| Octal | 316 | 332 | 35 | 6 | 0 | 127 | 17 | 100 | 115 | 60 |
| Binary | 11001110 | 11011010 | 11101 | 110 | 0 | 1010111 | 1111 | 1000000 | 1001101 | 110000 |
Color Harmonies of #CEDA1D
Complementary color
Monochromatic Colors of #CEDA1D
Black with #CEDA1D
Text Example
Text Example
White with #CEDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA1D; }
p { color: rgb(206,218,29); }
H1.HeaderClassName
{
color: #CEDA1D;
}
.AnyTagClassName
{
color: #CEDA1D;
}
</style>
background-color css
<style>
a { background-color: #CEDA1D; }
a { background-color: rgb(206,218,29); }
div.DivClassName
{
background-color: #CEDA1D;
}
.BgClassName
{
background-color: #CEDA1D;
}
</style>
border-color css
<style>
span { border-color: #CEDA1D; }
span { border-color: rgb(206,218,29); }
td.TdClassName
{
border-color: #CEDA1D;
}
.TagClassName
{
border-color: #CEDA1D;
}
</style>