Shades of Bitter Lemon #CEDA37
Tints of Bitter Lemon #CEDA37
RGB
CMYK
RGB Variations
Color information
#CEDA37 (or 0xCEDA37) is known color: Bitter Lemon. HEX triplet: CE, DA and 37. RGB value is (206,218,55). Sum of RGB (Red+Green+Blue) = 206+218+55=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA37 is #3125C8. Grayscale: #C4C4C4. Windows color (decimal): -3220937 or 3660494. OLE color: 3660494.
HSL color Cylindrical-coordinate representation of color #CEDA37: hue angle of 64.42º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEDA37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 55 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.15 |
| HSL | 64.42º | 0.69% | 0.54% | - |
| HSV(B) | 64.42º | 0.75% | 0.85% | - |
| XYZ | 51.21 | 63.54 | 13.18 | - |
| YUV | 195.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 55 | 0.06 | 0 | 0.75 | 0.15 | 64.42 | 0.69 | 0.54 |
| Hex | CE | DA | 37 | 6 | 0 | 4B | F | 40 | 45 | 36 |
| Octal | 316 | 332 | 67 | 6 | 0 | 113 | 17 | 100 | 105 | 66 |
| Binary | 11001110 | 11011010 | 110111 | 110 | 0 | 1001011 | 1111 | 1000000 | 1000101 | 110110 |
Color Harmonies of #CEDA37
Complementary color
Monochromatic Colors of #CEDA37
Black with #CEDA37
Text Example
Text Example
White with #CEDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA37; }
p { color: rgb(206,218,55); }
H1.HeaderClassName
{
color: #CEDA37;
}
.AnyTagClassName
{
color: #CEDA37;
}
</style>
background-color css
<style>
a { background-color: #CEDA37; }
a { background-color: rgb(206,218,55); }
div.DivClassName
{
background-color: #CEDA37;
}
.BgClassName
{
background-color: #CEDA37;
}
</style>
border-color css
<style>
span { border-color: #CEDA37; }
span { border-color: rgb(206,218,55); }
td.TdClassName
{
border-color: #CEDA37;
}
.TagClassName
{
border-color: #CEDA37;
}
</style>