Shades of Bitter Lemon #CED739
Tints of Bitter Lemon #CED739
RGB
CMYK
RGB Variations
Color information
#CED739 (or 0xCED739) is known color: Bitter Lemon. HEX triplet: CE, D7 and 39. RGB value is (206,215,57). Sum of RGB (Red+Green+Blue) = 206+215+57=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 57 (22.66% from 255 or 11.92% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #CED739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED739 is #3128C6. Grayscale: #C2C2C2. Windows color (decimal): -3221703 or 3790798. OLE color: 3790798.
HSL color Cylindrical-coordinate representation of color #CED739: hue angle of 63.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED739 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 57 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.16 |
| HSL | 63.42º | 0.66% | 0.53% | - |
| HSV(B) | 63.42º | 0.73% | 0.84% | - |
| XYZ | 50.49 | 62.02 | 13.18 | - |
| YUV | 194.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 57 | 0.04 | 0 | 0.73 | 0.16 | 63.42 | 0.66 | 0.53 |
| Hex | CE | D7 | 39 | 4 | 0 | 49 | 10 | 3F | 42 | 35 |
| Octal | 316 | 327 | 71 | 4 | 0 | 111 | 20 | 77 | 102 | 65 |
| Binary | 11001110 | 11010111 | 111001 | 100 | 0 | 1001001 | 10000 | 111111 | 1000010 | 110101 |
Color Harmonies of #CED739
Complementary color
Monochromatic Colors of #CED739
Black with #CED739
Text Example
Text Example
White with #CED739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED739; }
p { color: rgb(206,215,57); }
H1.HeaderClassName
{
color: #CED739;
}
.AnyTagClassName
{
color: #CED739;
}
</style>
background-color css
<style>
a { background-color: #CED739; }
a { background-color: rgb(206,215,57); }
div.DivClassName
{
background-color: #CED739;
}
.BgClassName
{
background-color: #CED739;
}
</style>
border-color css
<style>
span { border-color: #CED739; }
span { border-color: rgb(206,215,57); }
td.TdClassName
{
border-color: #CED739;
}
.TagClassName
{
border-color: #CED739;
}
</style>