Shades of Bitter Lemon #CED32B
Tints of Bitter Lemon #CED32B
RGB
CMYK
RGB Variations
Color information
#CED32B (or 0xCED32B) is known color: Bitter Lemon. HEX triplet: CE, D3 and 2B. RGB value is (206,211,43). Sum of RGB (Red+Green+Blue) = 206+211+43=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #CED32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED32B is #312CD4. Grayscale: #BFBFBF. Windows color (decimal): -3222741 or 2872270. OLE color: 2872270.
HSL color Cylindrical-coordinate representation of color #CED32B: hue angle of 61.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED32B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 43 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.17 |
| HSL | 61.79º | 0.66% | 0.5% | - |
| HSV(B) | 61.79º | 0.8% | 0.83% | - |
| XYZ | 49.18 | 59.88 | 11.25 | - |
| YUV | 190.35 | 44.84 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 43 | 0.02 | 0 | 0.80 | 0.17 | 61.79 | 0.66 | 0.5 |
| Hex | CE | D3 | 2B | 2 | 0 | 50 | 11 | 3E | 42 | 32 |
| Octal | 316 | 323 | 53 | 2 | 0 | 120 | 21 | 76 | 102 | 62 |
| Binary | 11001110 | 11010011 | 101011 | 10 | 0 | 1010000 | 10001 | 111110 | 1000010 | 110010 |
Color Harmonies of #CED32B
Complementary color
Monochromatic Colors of #CED32B
Black with #CED32B
Text Example
Text Example
White with #CED32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED32B; }
p { color: rgb(206,211,43); }
H1.HeaderClassName
{
color: #CED32B;
}
.AnyTagClassName
{
color: #CED32B;
}
</style>
background-color css
<style>
a { background-color: #CED32B; }
a { background-color: rgb(206,211,43); }
div.DivClassName
{
background-color: #CED32B;
}
.BgClassName
{
background-color: #CED32B;
}
</style>
border-color css
<style>
span { border-color: #CED32B; }
span { border-color: rgb(206,211,43); }
td.TdClassName
{
border-color: #CED32B;
}
.TagClassName
{
border-color: #CED32B;
}
</style>