Shades of Bitter Lemon #CED938
Tints of Bitter Lemon #CED938
RGB
CMYK
RGB Variations
Color information
#CED938 (or 0xCED938) is known color: Bitter Lemon. HEX triplet: CE, D9 and 38. RGB value is (206,217,56). Sum of RGB (Red+Green+Blue) = 206+217+56=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #CED938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED938 is #3126C7. Grayscale: #C3C3C3. Windows color (decimal): -3221192 or 3725774. OLE color: 3725774.
HSL color Cylindrical-coordinate representation of color #CED938: hue angle of 64.1º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CED938 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 56 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.15 |
| HSL | 64.1º | 0.68% | 0.54% | - |
| HSV(B) | 64.1º | 0.74% | 0.85% | - |
| XYZ | 50.98 | 63.03 | 13.22 | - |
| YUV | 195.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 56 | 0.05 | 0 | 0.74 | 0.15 | 64.1 | 0.68 | 0.54 |
| Hex | CE | D9 | 38 | 5 | 0 | 4A | F | 40 | 44 | 36 |
| Octal | 316 | 331 | 70 | 5 | 0 | 112 | 17 | 100 | 104 | 66 |
| Binary | 11001110 | 11011001 | 111000 | 101 | 0 | 1001010 | 1111 | 1000000 | 1000100 | 110110 |
Color Harmonies of #CED938
Complementary color
Monochromatic Colors of #CED938
Black with #CED938
Text Example
Text Example
White with #CED938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED938; }
p { color: rgb(206,217,56); }
H1.HeaderClassName
{
color: #CED938;
}
.AnyTagClassName
{
color: #CED938;
}
</style>
background-color css
<style>
a { background-color: #CED938; }
a { background-color: rgb(206,217,56); }
div.DivClassName
{
background-color: #CED938;
}
.BgClassName
{
background-color: #CED938;
}
</style>
border-color css
<style>
span { border-color: #CED938; }
span { border-color: rgb(206,217,56); }
td.TdClassName
{
border-color: #CED938;
}
.TagClassName
{
border-color: #CED938;
}
</style>