Shades of Bitter Lemon #CED031
Tints of Bitter Lemon #CED031
RGB
CMYK
RGB Variations
Color information
#CED031 (or 0xCED031) is known color: Bitter Lemon. HEX triplet: CE, D0 and 31. RGB value is (206,208,49). Sum of RGB (Red+Green+Blue) = 206+208+49=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #CED031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED031 is #312FCE. Grayscale: #BDBDBD. Windows color (decimal): -3223503 or 3264718. OLE color: 3264718.
HSL color Cylindrical-coordinate representation of color #CED031: hue angle of 60.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED031 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 49 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.18 |
| HSL | 60.75º | 0.63% | 0.5% | - |
| HSV(B) | 60.75º | 0.76% | 0.82% | - |
| XYZ | 48.56 | 58.46 | 11.63 | - |
| YUV | 189.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 49 | 0.01 | 0 | 0.76 | 0.18 | 60.75 | 0.63 | 0.5 |
| Hex | CE | D0 | 31 | 1 | 0 | 4C | 12 | 3D | 3F | 32 |
| Octal | 316 | 320 | 61 | 1 | 0 | 114 | 22 | 75 | 77 | 62 |
| Binary | 11001110 | 11010000 | 110001 | 1 | 0 | 1001100 | 10010 | 111101 | 111111 | 110010 |
Color Harmonies of #CED031
Complementary color
Monochromatic Colors of #CED031
Black with #CED031
Text Example
Text Example
White with #CED031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED031; }
p { color: rgb(206,208,49); }
H1.HeaderClassName
{
color: #CED031;
}
.AnyTagClassName
{
color: #CED031;
}
</style>
background-color css
<style>
a { background-color: #CED031; }
a { background-color: rgb(206,208,49); }
div.DivClassName
{
background-color: #CED031;
}
.BgClassName
{
background-color: #CED031;
}
</style>
border-color css
<style>
span { border-color: #CED031; }
span { border-color: rgb(206,208,49); }
td.TdClassName
{
border-color: #CED031;
}
.TagClassName
{
border-color: #CED031;
}
</style>