Shades of Bitter Lemon #CED02A
Tints of Bitter Lemon #CED02A
RGB
CMYK
RGB Variations
Color information
#CED02A (or 0xCED02A) is known color: Bitter Lemon. HEX triplet: CE, D0 and 2A. RGB value is (206,208,42). Sum of RGB (Red+Green+Blue) = 206+208+42=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #CED02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED02A is #312FD5. Grayscale: #BDBDBD. Windows color (decimal): -3223510 or 2805966. OLE color: 2805966.
HSL color Cylindrical-coordinate representation of color #CED02A: hue angle of 60.72º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED02A is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 42 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 60.72º | 0.66% | 0.49% | - |
| HSV(B) | 60.72º | 0.8% | 0.82% | - |
| XYZ | 48.43 | 58.4 | 10.91 | - |
| YUV | 188.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 42 | 0.01 | 0 | 0.80 | 0.18 | 60.72 | 0.66 | 0.49 |
| Hex | CE | D0 | 2A | 1 | 0 | 50 | 12 | 3D | 42 | 31 |
| Octal | 316 | 320 | 52 | 1 | 0 | 120 | 22 | 75 | 102 | 61 |
| Binary | 11001110 | 11010000 | 101010 | 1 | 0 | 1010000 | 10010 | 111101 | 1000010 | 110001 |
Color Harmonies of #CED02A
Complementary color
Monochromatic Colors of #CED02A
Black with #CED02A
Text Example
Text Example
White with #CED02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED02A; }
p { color: rgb(206,208,42); }
H1.HeaderClassName
{
color: #CED02A;
}
.AnyTagClassName
{
color: #CED02A;
}
</style>
background-color css
<style>
a { background-color: #CED02A; }
a { background-color: rgb(206,208,42); }
div.DivClassName
{
background-color: #CED02A;
}
.BgClassName
{
background-color: #CED02A;
}
</style>
border-color css
<style>
span { border-color: #CED02A; }
span { border-color: rgb(206,208,42); }
td.TdClassName
{
border-color: #CED02A;
}
.TagClassName
{
border-color: #CED02A;
}
</style>