Shades of Bitter Lemon #CED034
Tints of Bitter Lemon #CED034
RGB
CMYK
RGB Variations
Color information
#CED034 (or 0xCED034) is known color: Bitter Lemon. HEX triplet: CE, D0 and 34. RGB value is (206,208,52). Sum of RGB (Red+Green+Blue) = 206+208+52=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #CED034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED034 is #312FCB. Grayscale: #BEBEBE. Windows color (decimal): -3223500 or 3461326. OLE color: 3461326.
HSL color Cylindrical-coordinate representation of color #CED034: hue angle of 60.77º degrees, saturation: 0.62, 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 #CED034 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 52 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 60.77º | 0.62% | 0.51% | - |
| HSV(B) | 60.77º | 0.75% | 0.82% | - |
| XYZ | 48.63 | 58.48 | 11.97 | - |
| YUV | 189.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 52 | 0.01 | 0 | 0.75 | 0.18 | 60.77 | 0.62 | 0.51 |
| Hex | CE | D0 | 34 | 1 | 0 | 4B | 12 | 3D | 3E | 33 |
| Octal | 316 | 320 | 64 | 1 | 0 | 113 | 22 | 75 | 76 | 63 |
| Binary | 11001110 | 11010000 | 110100 | 1 | 0 | 1001011 | 10010 | 111101 | 111110 | 110011 |
Color Harmonies of #CED034
Complementary color
Monochromatic Colors of #CED034
Black with #CED034
Text Example
Text Example
White with #CED034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED034; }
p { color: rgb(206,208,52); }
H1.HeaderClassName
{
color: #CED034;
}
.AnyTagClassName
{
color: #CED034;
}
</style>
background-color css
<style>
a { background-color: #CED034; }
a { background-color: rgb(206,208,52); }
div.DivClassName
{
background-color: #CED034;
}
.BgClassName
{
background-color: #CED034;
}
</style>
border-color css
<style>
span { border-color: #CED034; }
span { border-color: rgb(206,208,52); }
td.TdClassName
{
border-color: #CED034;
}
.TagClassName
{
border-color: #CED034;
}
</style>