Shades of Bitter Lemon #CED634
Tints of Bitter Lemon #CED634
RGB
CMYK
RGB Variations
Color information
#CED634 (or 0xCED634) is known color: Bitter Lemon. HEX triplet: CE, D6 and 34. RGB value is (206,214,52). Sum of RGB (Red+Green+Blue) = 206+214+52=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #CED634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED634 is #3129CB. Grayscale: #C1C1C1. Windows color (decimal): -3221964 or 3462862. OLE color: 3462862.
HSL color Cylindrical-coordinate representation of color #CED634: hue angle of 62.96º 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 #CED634 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 52 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.16 |
| HSL | 62.96º | 0.66% | 0.52% | - |
| HSV(B) | 62.96º | 0.76% | 0.84% | - |
| XYZ | 50.12 | 61.46 | 12.47 | - |
| YUV | 193.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 52 | 0.04 | 0 | 0.76 | 0.16 | 62.96 | 0.66 | 0.52 |
| Hex | CE | D6 | 34 | 4 | 0 | 4C | 10 | 3F | 42 | 34 |
| Octal | 316 | 326 | 64 | 4 | 0 | 114 | 20 | 77 | 102 | 64 |
| Binary | 11001110 | 11010110 | 110100 | 100 | 0 | 1001100 | 10000 | 111111 | 1000010 | 110100 |
Color Harmonies of #CED634
Complementary color
Monochromatic Colors of #CED634
Black with #CED634
Text Example
Text Example
White with #CED634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED634; }
p { color: rgb(206,214,52); }
H1.HeaderClassName
{
color: #CED634;
}
.AnyTagClassName
{
color: #CED634;
}
</style>
background-color css
<style>
a { background-color: #CED634; }
a { background-color: rgb(206,214,52); }
div.DivClassName
{
background-color: #CED634;
}
.BgClassName
{
background-color: #CED634;
}
</style>
border-color css
<style>
span { border-color: #CED634; }
span { border-color: rgb(206,214,52); }
td.TdClassName
{
border-color: #CED634;
}
.TagClassName
{
border-color: #CED634;
}
</style>