Shades of Bitter Lemon #CEDA2F
Tints of Bitter Lemon #CEDA2F
RGB
CMYK
RGB Variations
Color information
#CEDA2F (or 0xCEDA2F) is known color: Bitter Lemon. HEX triplet: CE, DA and 2F. RGB value is (206,218,47). Sum of RGB (Red+Green+Blue) = 206+218+47=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA2F is #3125D0. Grayscale: #C3C3C3. Windows color (decimal): -3220945 or 3136206. OLE color: 3136206.
HSL color Cylindrical-coordinate representation of color #CEDA2F: hue angle of 64.21º 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 #CEDA2F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 47 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.21º | 0.7% | 0.52% | - |
| HSV(B) | 64.21º | 0.78% | 0.85% | - |
| XYZ | 51.04 | 63.47 | 12.25 | - |
| YUV | 194.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 47 | 0.06 | 0 | 0.78 | 0.15 | 64.21 | 0.7 | 0.52 |
| Hex | CE | DA | 2F | 6 | 0 | 4E | F | 40 | 46 | 34 |
| Octal | 316 | 332 | 57 | 6 | 0 | 116 | 17 | 100 | 106 | 64 |
| Binary | 11001110 | 11011010 | 101111 | 110 | 0 | 1001110 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CEDA2F
Complementary color
Monochromatic Colors of #CEDA2F
Black with #CEDA2F
Text Example
Text Example
White with #CEDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA2F; }
p { color: rgb(206,218,47); }
H1.HeaderClassName
{
color: #CEDA2F;
}
.AnyTagClassName
{
color: #CEDA2F;
}
</style>
background-color css
<style>
a { background-color: #CEDA2F; }
a { background-color: rgb(206,218,47); }
div.DivClassName
{
background-color: #CEDA2F;
}
.BgClassName
{
background-color: #CEDA2F;
}
</style>
border-color css
<style>
span { border-color: #CEDA2F; }
span { border-color: rgb(206,218,47); }
td.TdClassName
{
border-color: #CEDA2F;
}
.TagClassName
{
border-color: #CEDA2F;
}
</style>