Shades of Bitter Lemon #CED423
Tints of Bitter Lemon #CED423
RGB
CMYK
RGB Variations
Color information
#CED423 (or 0xCED423) is known color: Bitter Lemon. HEX triplet: CE, D4 and 23. RGB value is (206,212,35). Sum of RGB (Red+Green+Blue) = 206+212+35=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #CED423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED423 is #312BDC. Grayscale: #BEBEBE. Windows color (decimal): -3222493 or 2348238. OLE color: 2348238.
HSL color Cylindrical-coordinate representation of color #CED423: hue angle of 62.03º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED423 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 35 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.17 |
| HSL | 62.03º | 0.72% | 0.48% | - |
| HSV(B) | 62.03º | 0.83% | 0.83% | - |
| XYZ | 49.3 | 60.33 | 10.64 | - |
| YUV | 190.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 35 | 0.03 | 0 | 0.83 | 0.17 | 62.03 | 0.72 | 0.48 |
| Hex | CE | D4 | 23 | 3 | 0 | 53 | 11 | 3E | 48 | 30 |
| Octal | 316 | 324 | 43 | 3 | 0 | 123 | 21 | 76 | 110 | 60 |
| Binary | 11001110 | 11010100 | 100011 | 11 | 0 | 1010011 | 10001 | 111110 | 1001000 | 110000 |
Color Harmonies of #CED423
Complementary color
Monochromatic Colors of #CED423
Black with #CED423
Text Example
Text Example
White with #CED423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED423; }
p { color: rgb(206,212,35); }
H1.HeaderClassName
{
color: #CED423;
}
.AnyTagClassName
{
color: #CED423;
}
</style>
background-color css
<style>
a { background-color: #CED423; }
a { background-color: rgb(206,212,35); }
div.DivClassName
{
background-color: #CED423;
}
.BgClassName
{
background-color: #CED423;
}
</style>
border-color css
<style>
span { border-color: #CED423; }
span { border-color: rgb(206,212,35); }
td.TdClassName
{
border-color: #CED423;
}
.TagClassName
{
border-color: #CED423;
}
</style>