Shades of Bitter Lemon #CED433
Tints of Bitter Lemon #CED433
RGB
CMYK
RGB Variations
Color information
#CED433 (or 0xCED433) is known color: Bitter Lemon. HEX triplet: CE, D4 and 33. RGB value is (206,212,51). Sum of RGB (Red+Green+Blue) = 206+212+51=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #CED433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED433 is #312BCC. Grayscale: #C0C0C0. Windows color (decimal): -3222477 or 3396814. OLE color: 3396814.
HSL color Cylindrical-coordinate representation of color #CED433: hue angle of 62.24º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED433 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 51 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.17 |
| HSL | 62.24º | 0.65% | 0.52% | - |
| HSV(B) | 62.24º | 0.76% | 0.83% | - |
| XYZ | 49.59 | 60.45 | 12.19 | - |
| YUV | 191.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 51 | 0.03 | 0 | 0.76 | 0.17 | 62.24 | 0.65 | 0.52 |
| Hex | CE | D4 | 33 | 3 | 0 | 4C | 11 | 3E | 41 | 34 |
| Octal | 316 | 324 | 63 | 3 | 0 | 114 | 21 | 76 | 101 | 64 |
| Binary | 11001110 | 11010100 | 110011 | 11 | 0 | 1001100 | 10001 | 111110 | 1000001 | 110100 |
Color Harmonies of #CED433
Complementary color
Monochromatic Colors of #CED433
Black with #CED433
Text Example
Text Example
White with #CED433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED433; }
p { color: rgb(206,212,51); }
H1.HeaderClassName
{
color: #CED433;
}
.AnyTagClassName
{
color: #CED433;
}
</style>
background-color css
<style>
a { background-color: #CED433; }
a { background-color: rgb(206,212,51); }
div.DivClassName
{
background-color: #CED433;
}
.BgClassName
{
background-color: #CED433;
}
</style>
border-color css
<style>
span { border-color: #CED433; }
span { border-color: rgb(206,212,51); }
td.TdClassName
{
border-color: #CED433;
}
.TagClassName
{
border-color: #CED433;
}
</style>