Shades of Bitter Lemon #CED734
Tints of Bitter Lemon #CED734
RGB
CMYK
RGB Variations
Color information
#CED734 (or 0xCED734) is known color: Bitter Lemon. HEX triplet: CE, D7 and 34. RGB value is (206,215,52). Sum of RGB (Red+Green+Blue) = 206+215+52=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #CED734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED734 is #3128CB. Grayscale: #C2C2C2. Windows color (decimal): -3221708 or 3463118. OLE color: 3463118.
HSL color Cylindrical-coordinate representation of color #CED734: hue angle of 63.31º degrees, saturation: 0.67, 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 #CED734 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 52 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.16 |
| HSL | 63.31º | 0.67% | 0.52% | - |
| HSV(B) | 63.31º | 0.76% | 0.84% | - |
| XYZ | 50.37 | 61.97 | 12.56 | - |
| YUV | 193.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 52 | 0.04 | 0 | 0.76 | 0.16 | 63.31 | 0.67 | 0.52 |
| Hex | CE | D7 | 34 | 4 | 0 | 4C | 10 | 3F | 43 | 34 |
| Octal | 316 | 327 | 64 | 4 | 0 | 114 | 20 | 77 | 103 | 64 |
| Binary | 11001110 | 11010111 | 110100 | 100 | 0 | 1001100 | 10000 | 111111 | 1000011 | 110100 |
Color Harmonies of #CED734
Complementary color
Monochromatic Colors of #CED734
Black with #CED734
Text Example
Text Example
White with #CED734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED734; }
p { color: rgb(206,215,52); }
H1.HeaderClassName
{
color: #CED734;
}
.AnyTagClassName
{
color: #CED734;
}
</style>
background-color css
<style>
a { background-color: #CED734; }
a { background-color: rgb(206,215,52); }
div.DivClassName
{
background-color: #CED734;
}
.BgClassName
{
background-color: #CED734;
}
</style>
border-color css
<style>
span { border-color: #CED734; }
span { border-color: rgb(206,215,52); }
td.TdClassName
{
border-color: #CED734;
}
.TagClassName
{
border-color: #CED734;
}
</style>