Shades of Bitter Lemon #CED72D
Tints of Bitter Lemon #CED72D
RGB
CMYK
RGB Variations
Color information
#CED72D (or 0xCED72D) is known color: Bitter Lemon. HEX triplet: CE, D7 and 2D. RGB value is (206,215,45). Sum of RGB (Red+Green+Blue) = 206+215+45=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #CED72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED72D is #3128D2. Grayscale: #C1C1C1. Windows color (decimal): -3221715 or 3004366. OLE color: 3004366.
HSL color Cylindrical-coordinate representation of color #CED72D: hue angle of 63.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CED72D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 45 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 63.18º | 0.68% | 0.51% | - |
| HSV(B) | 63.18º | 0.79% | 0.84% | - |
| XYZ | 50.23 | 61.91 | 11.79 | - |
| YUV | 192.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 45 | 0.04 | 0 | 0.79 | 0.16 | 63.18 | 0.68 | 0.51 |
| Hex | CE | D7 | 2D | 4 | 0 | 4F | 10 | 3F | 44 | 33 |
| Octal | 316 | 327 | 55 | 4 | 0 | 117 | 20 | 77 | 104 | 63 |
| Binary | 11001110 | 11010111 | 101101 | 100 | 0 | 1001111 | 10000 | 111111 | 1000100 | 110011 |
Color Harmonies of #CED72D
Complementary color
Monochromatic Colors of #CED72D
Black with #CED72D
Text Example
Text Example
White with #CED72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED72D; }
p { color: rgb(206,215,45); }
H1.HeaderClassName
{
color: #CED72D;
}
.AnyTagClassName
{
color: #CED72D;
}
</style>
background-color css
<style>
a { background-color: #CED72D; }
a { background-color: rgb(206,215,45); }
div.DivClassName
{
background-color: #CED72D;
}
.BgClassName
{
background-color: #CED72D;
}
</style>
border-color css
<style>
span { border-color: #CED72D; }
span { border-color: rgb(206,215,45); }
td.TdClassName
{
border-color: #CED72D;
}
.TagClassName
{
border-color: #CED72D;
}
</style>