Shades of Bitter Lemon #CEDA2E
Tints of Bitter Lemon #CEDA2E
RGB
CMYK
RGB Variations
Color information
#CEDA2E (or 0xCEDA2E) is known color: Bitter Lemon. HEX triplet: CE, DA and 2E. RGB value is (206,218,46). Sum of RGB (Red+Green+Blue) = 206+218+46=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA2E is #3125D1. Grayscale: #C3C3C3. Windows color (decimal): -3220946 or 3070670. OLE color: 3070670.
HSL color Cylindrical-coordinate representation of color #CEDA2E: hue angle of 64.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEDA2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 46 | - |
CMYK | 0.06 | 0 | 0.79 | 0.15 |
HSL | 64.19º | 0.7% | 0.52% | - |
HSV(B) | 64.19º | 0.79% | 0.85% | - |
XYZ | 51.02 | 63.46 | 12.15 | - |
YUV | 194.8 | 44.02 | 135.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 46 | 0.06 | 0 | 0.79 | 0.15 | 64.19 | 0.7 | 0.52 |
Hex | CE | DA | 2E | 6 | 0 | 4F | F | 40 | 46 | 34 |
Octal | 316 | 332 | 56 | 6 | 0 | 117 | 17 | 100 | 106 | 64 |
Binary | 11001110 | 11011010 | 101110 | 110 | 0 | 1001111 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CEDA2E
Complementary color
Monochromatic Colors of #CEDA2E
Black with #CEDA2E
Text Example
Text Example
White with #CEDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA2E; }
p { color: rgb(206,218,46); }
H1.HeaderClassName
{
color: #CEDA2E;
}
.AnyTagClassName
{
color: #CEDA2E;
}
</style>
background-color css
<style>
a { background-color: #CEDA2E; }
a { background-color: rgb(206,218,46); }
div.DivClassName
{
background-color: #CEDA2E;
}
.BgClassName
{
background-color: #CEDA2E;
}
</style>
border-color css
<style>
span { border-color: #CEDA2E; }
span { border-color: rgb(206,218,46); }
td.TdClassName
{
border-color: #CEDA2E;
}
.TagClassName
{
border-color: #CEDA2E;
}
</style>