Shades of Bitter Lemon #CED431
Tints of Bitter Lemon #CED431
RGB
CMYK
RGB Variations
Color information
#CED431 (or 0xCED431) is known color: Bitter Lemon. HEX triplet: CE, D4 and 31. RGB value is (206,212,49). Sum of RGB (Red+Green+Blue) = 206+212+49=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #CED431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED431 is #312BCE. Grayscale: #C0C0C0. Windows color (decimal): -3222479 or 3265742. OLE color: 3265742.
HSL color Cylindrical-coordinate representation of color #CED431: hue angle of 62.21º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CED431 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 49 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.17 |
| HSL | 62.21º | 0.65% | 0.51% | - |
| HSV(B) | 62.21º | 0.77% | 0.83% | - |
| XYZ | 49.55 | 60.43 | 11.96 | - |
| YUV | 191.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 49 | 0.03 | 0 | 0.77 | 0.17 | 62.21 | 0.65 | 0.51 |
| Hex | CE | D4 | 31 | 3 | 0 | 4D | 11 | 3E | 41 | 33 |
| Octal | 316 | 324 | 61 | 3 | 0 | 115 | 21 | 76 | 101 | 63 |
| Binary | 11001110 | 11010100 | 110001 | 11 | 0 | 1001101 | 10001 | 111110 | 1000001 | 110011 |
Color Harmonies of #CED431
Complementary color
Monochromatic Colors of #CED431
Black with #CED431
Text Example
Text Example
White with #CED431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED431; }
p { color: rgb(206,212,49); }
H1.HeaderClassName
{
color: #CED431;
}
.AnyTagClassName
{
color: #CED431;
}
</style>
background-color css
<style>
a { background-color: #CED431; }
a { background-color: rgb(206,212,49); }
div.DivClassName
{
background-color: #CED431;
}
.BgClassName
{
background-color: #CED431;
}
</style>
border-color css
<style>
span { border-color: #CED431; }
span { border-color: rgb(206,212,49); }
td.TdClassName
{
border-color: #CED431;
}
.TagClassName
{
border-color: #CED431;
}
</style>