Shades of Bitter Lemon #CED534
Tints of Bitter Lemon #CED534
RGB
CMYK
RGB Variations
Color information
#CED534 (or 0xCED534) is known color: Bitter Lemon. HEX triplet: CE, D5 and 34. RGB value is (206,213,52). Sum of RGB (Red+Green+Blue) = 206+213+52=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #CED534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED534 is #312ACB. Grayscale: #C1C1C1. Windows color (decimal): -3222220 or 3462606. OLE color: 3462606.
HSL color Cylindrical-coordinate representation of color #CED534: hue angle of 62.61º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED534 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 52 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.16 |
| HSL | 62.61º | 0.66% | 0.52% | - |
| HSV(B) | 62.61º | 0.76% | 0.84% | - |
| XYZ | 49.87 | 60.96 | 12.39 | - |
| YUV | 192.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 52 | 0.03 | 0 | 0.76 | 0.16 | 62.61 | 0.66 | 0.52 |
| Hex | CE | D5 | 34 | 3 | 0 | 4C | 10 | 3F | 42 | 34 |
| Octal | 316 | 325 | 64 | 3 | 0 | 114 | 20 | 77 | 102 | 64 |
| Binary | 11001110 | 11010101 | 110100 | 11 | 0 | 1001100 | 10000 | 111111 | 1000010 | 110100 |
Color Harmonies of #CED534
Complementary color
Monochromatic Colors of #CED534
Black with #CED534
Text Example
Text Example
White with #CED534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED534; }
p { color: rgb(206,213,52); }
H1.HeaderClassName
{
color: #CED534;
}
.AnyTagClassName
{
color: #CED534;
}
</style>
background-color css
<style>
a { background-color: #CED534; }
a { background-color: rgb(206,213,52); }
div.DivClassName
{
background-color: #CED534;
}
.BgClassName
{
background-color: #CED534;
}
</style>
border-color css
<style>
span { border-color: #CED534; }
span { border-color: rgb(206,213,52); }
td.TdClassName
{
border-color: #CED534;
}
.TagClassName
{
border-color: #CED534;
}
</style>