Shades of Bitter Lemon #CED12D
Tints of Bitter Lemon #CED12D
RGB
CMYK
RGB Variations
Color information
#CED12D (or 0xCED12D) is known color: Bitter Lemon. HEX triplet: CE, D1 and 2D. RGB value is (206,209,45). Sum of RGB (Red+Green+Blue) = 206+209+45=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #CED12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED12D is #312ED2. Grayscale: #BEBEBE. Windows color (decimal): -3223251 or 3002830. OLE color: 3002830.
HSL color Cylindrical-coordinate representation of color #CED12D: hue angle of 61.1º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED12D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 45 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.18 |
| HSL | 61.1º | 0.65% | 0.5% | - |
| HSV(B) | 61.1º | 0.78% | 0.82% | - |
| XYZ | 48.73 | 58.91 | 11.29 | - |
| YUV | 189.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 45 | 0.01 | 0 | 0.78 | 0.18 | 61.1 | 0.65 | 0.5 |
| Hex | CE | D1 | 2D | 1 | 0 | 4E | 12 | 3D | 41 | 32 |
| Octal | 316 | 321 | 55 | 1 | 0 | 116 | 22 | 75 | 101 | 62 |
| Binary | 11001110 | 11010001 | 101101 | 1 | 0 | 1001110 | 10010 | 111101 | 1000001 | 110010 |
Color Harmonies of #CED12D
Complementary color
Monochromatic Colors of #CED12D
Black with #CED12D
Text Example
Text Example
White with #CED12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED12D; }
p { color: rgb(206,209,45); }
H1.HeaderClassName
{
color: #CED12D;
}
.AnyTagClassName
{
color: #CED12D;
}
</style>
background-color css
<style>
a { background-color: #CED12D; }
a { background-color: rgb(206,209,45); }
div.DivClassName
{
background-color: #CED12D;
}
.BgClassName
{
background-color: #CED12D;
}
</style>
border-color css
<style>
span { border-color: #CED12D; }
span { border-color: rgb(206,209,45); }
td.TdClassName
{
border-color: #CED12D;
}
.TagClassName
{
border-color: #CED12D;
}
</style>