Shades of Bitter Lemon #CED228
Tints of Bitter Lemon #CED228
RGB
CMYK
RGB Variations
Color information
#CED228 (or 0xCED228) is known color: Bitter Lemon. HEX triplet: CE, D2 and 28. RGB value is (206,210,40). Sum of RGB (Red+Green+Blue) = 206+210+40=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #CED228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED228 is #312DD7. Grayscale: #BEBEBE. Windows color (decimal): -3223000 or 2675406. OLE color: 2675406.
HSL color Cylindrical-coordinate representation of color #CED228: hue angle of 61.41º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CED228 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 40 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.18 |
| HSL | 61.41º | 0.68% | 0.49% | - |
| HSV(B) | 61.41º | 0.81% | 0.82% | - |
| XYZ | 48.88 | 59.37 | 10.89 | - |
| YUV | 189.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 40 | 0.02 | 0 | 0.81 | 0.18 | 61.41 | 0.68 | 0.49 |
| Hex | CE | D2 | 28 | 2 | 0 | 51 | 12 | 3D | 44 | 31 |
| Octal | 316 | 322 | 50 | 2 | 0 | 121 | 22 | 75 | 104 | 61 |
| Binary | 11001110 | 11010010 | 101000 | 10 | 0 | 1010001 | 10010 | 111101 | 1000100 | 110001 |
Color Harmonies of #CED228
Complementary color
Monochromatic Colors of #CED228
Black with #CED228
Text Example
Text Example
White with #CED228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED228; }
p { color: rgb(206,210,40); }
H1.HeaderClassName
{
color: #CED228;
}
.AnyTagClassName
{
color: #CED228;
}
</style>
background-color css
<style>
a { background-color: #CED228; }
a { background-color: rgb(206,210,40); }
div.DivClassName
{
background-color: #CED228;
}
.BgClassName
{
background-color: #CED228;
}
</style>
border-color css
<style>
span { border-color: #CED228; }
span { border-color: rgb(206,210,40); }
td.TdClassName
{
border-color: #CED228;
}
.TagClassName
{
border-color: #CED228;
}
</style>