Shades of Bitter Lemon #CED42D
Tints of Bitter Lemon #CED42D
RGB
CMYK
RGB Variations
Color information
#CED42D (or 0xCED42D) is known color: Bitter Lemon. HEX triplet: CE, D4 and 2D. RGB value is (206,212,45). Sum of RGB (Red+Green+Blue) = 206+212+45=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #CED42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED42D is #312BD2. Grayscale: #BFBFBF. Windows color (decimal): -3222483 or 3003598. OLE color: 3003598.
HSL color Cylindrical-coordinate representation of color #CED42D: hue angle of 62.16º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CED42D is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 45 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.17 |
| HSL | 62.16º | 0.66% | 0.5% | - |
| HSV(B) | 62.16º | 0.79% | 0.83% | - |
| XYZ | 49.47 | 60.4 | 11.53 | - |
| YUV | 191.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 45 | 0.03 | 0 | 0.79 | 0.17 | 62.16 | 0.66 | 0.5 |
| Hex | CE | D4 | 2D | 3 | 0 | 4F | 11 | 3E | 42 | 32 |
| Octal | 316 | 324 | 55 | 3 | 0 | 117 | 21 | 76 | 102 | 62 |
| Binary | 11001110 | 11010100 | 101101 | 11 | 0 | 1001111 | 10001 | 111110 | 1000010 | 110010 |
Color Harmonies of #CED42D
Complementary color
Monochromatic Colors of #CED42D
Black with #CED42D
Text Example
Text Example
White with #CED42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED42D; }
p { color: rgb(206,212,45); }
H1.HeaderClassName
{
color: #CED42D;
}
.AnyTagClassName
{
color: #CED42D;
}
</style>
background-color css
<style>
a { background-color: #CED42D; }
a { background-color: rgb(206,212,45); }
div.DivClassName
{
background-color: #CED42D;
}
.BgClassName
{
background-color: #CED42D;
}
</style>
border-color css
<style>
span { border-color: #CED42D; }
span { border-color: rgb(206,212,45); }
td.TdClassName
{
border-color: #CED42D;
}
.TagClassName
{
border-color: #CED42D;
}
</style>