Shades of Bitter Lemon #CED134
Tints of Bitter Lemon #CED134
RGB
CMYK
RGB Variations
Color information
#CED134 (or 0xCED134) is known color: Bitter Lemon. HEX triplet: CE, D1 and 34. RGB value is (206,209,52). Sum of RGB (Red+Green+Blue) = 206+209+52=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #CED134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED134 is #312ECB. Grayscale: #BEBEBE. Windows color (decimal): -3223244 or 3461582. OLE color: 3461582.
HSL color Cylindrical-coordinate representation of color #CED134: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED134 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 52 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 61.15º | 0.63% | 0.51% | - |
| HSV(B) | 61.15º | 0.75% | 0.82% | - |
| XYZ | 48.87 | 58.97 | 12.06 | - |
| YUV | 190.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 52 | 0.01 | 0 | 0.75 | 0.18 | 61.15 | 0.63 | 0.51 |
| Hex | CE | D1 | 34 | 1 | 0 | 4B | 12 | 3D | 3F | 33 |
| Octal | 316 | 321 | 64 | 1 | 0 | 113 | 22 | 75 | 77 | 63 |
| Binary | 11001110 | 11010001 | 110100 | 1 | 0 | 1001011 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CED134
Complementary color
Monochromatic Colors of #CED134
Black with #CED134
Text Example
Text Example
White with #CED134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED134; }
p { color: rgb(206,209,52); }
H1.HeaderClassName
{
color: #CED134;
}
.AnyTagClassName
{
color: #CED134;
}
</style>
background-color css
<style>
a { background-color: #CED134; }
a { background-color: rgb(206,209,52); }
div.DivClassName
{
background-color: #CED134;
}
.BgClassName
{
background-color: #CED134;
}
</style>
border-color css
<style>
span { border-color: #CED134; }
span { border-color: rgb(206,209,52); }
td.TdClassName
{
border-color: #CED134;
}
.TagClassName
{
border-color: #CED134;
}
</style>