Shades of Bitter Lemon #CED02D
Tints of Bitter Lemon #CED02D
RGB
CMYK
RGB Variations
Color information
#CED02D (or 0xCED02D) is known color: Bitter Lemon. HEX triplet: CE, D0 and 2D. RGB value is (206,208,45). Sum of RGB (Red+Green+Blue) = 206+208+45=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #CED02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED02D is #312FD2. Grayscale: #BDBDBD. Windows color (decimal): -3223507 or 3002574. OLE color: 3002574.
HSL color Cylindrical-coordinate representation of color #CED02D: hue angle of 60.74º degrees, saturation: 0.64, 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 #CED02D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 45 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.18 |
| HSL | 60.74º | 0.64% | 0.5% | - |
| HSV(B) | 60.74º | 0.78% | 0.82% | - |
| XYZ | 48.48 | 58.42 | 11.2 | - |
| YUV | 188.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 45 | 0.01 | 0 | 0.78 | 0.18 | 60.74 | 0.64 | 0.5 |
| Hex | CE | D0 | 2D | 1 | 0 | 4E | 12 | 3D | 40 | 32 |
| Octal | 316 | 320 | 55 | 1 | 0 | 116 | 22 | 75 | 100 | 62 |
| Binary | 11001110 | 11010000 | 101101 | 1 | 0 | 1001110 | 10010 | 111101 | 1000000 | 110010 |
Color Harmonies of #CED02D
Complementary color
Monochromatic Colors of #CED02D
Black with #CED02D
Text Example
Text Example
White with #CED02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED02D; }
p { color: rgb(206,208,45); }
H1.HeaderClassName
{
color: #CED02D;
}
.AnyTagClassName
{
color: #CED02D;
}
</style>
background-color css
<style>
a { background-color: #CED02D; }
a { background-color: rgb(206,208,45); }
div.DivClassName
{
background-color: #CED02D;
}
.BgClassName
{
background-color: #CED02D;
}
</style>
border-color css
<style>
span { border-color: #CED02D; }
span { border-color: rgb(206,208,45); }
td.TdClassName
{
border-color: #CED02D;
}
.TagClassName
{
border-color: #CED02D;
}
</style>