Shades of Bitter Lemon #CED23C
Tints of Bitter Lemon #CED23C
RGB
CMYK
RGB Variations
Color information
#CED23C (or 0xCED23C) is known color: Bitter Lemon. HEX triplet: CE, D2 and 3C. RGB value is (206,210,60). Sum of RGB (Red+Green+Blue) = 206+210+60=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #CED23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED23C is #312DC3. Grayscale: #C0C0C0. Windows color (decimal): -3222980 or 3986126. OLE color: 3986126.
HSL color Cylindrical-coordinate representation of color #CED23C: hue angle of 61.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED23C is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 60 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.18 |
| HSL | 61.6º | 0.63% | 0.53% | - |
| HSV(B) | 61.6º | 0.71% | 0.82% | - |
| XYZ | 49.32 | 59.54 | 13.17 | - |
| YUV | 191.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 60 | 0.02 | 0 | 0.71 | 0.18 | 61.6 | 0.63 | 0.53 |
| Hex | CE | D2 | 3C | 2 | 0 | 47 | 12 | 3E | 3E | 35 |
| Octal | 316 | 322 | 74 | 2 | 0 | 107 | 22 | 76 | 76 | 65 |
| Binary | 11001110 | 11010010 | 111100 | 10 | 0 | 1000111 | 10010 | 111110 | 111110 | 110101 |
Color Harmonies of #CED23C
Complementary color
Monochromatic Colors of #CED23C
Black with #CED23C
Text Example
Text Example
White with #CED23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED23C; }
p { color: rgb(206,210,60); }
H1.HeaderClassName
{
color: #CED23C;
}
.AnyTagClassName
{
color: #CED23C;
}
</style>
background-color css
<style>
a { background-color: #CED23C; }
a { background-color: rgb(206,210,60); }
div.DivClassName
{
background-color: #CED23C;
}
.BgClassName
{
background-color: #CED23C;
}
</style>
border-color css
<style>
span { border-color: #CED23C; }
span { border-color: rgb(206,210,60); }
td.TdClassName
{
border-color: #CED23C;
}
.TagClassName
{
border-color: #CED23C;
}
</style>