Shades of Bitter Lemon #CDD62C
Tints of Bitter Lemon #CDD62C
RGB
CMYK
RGB Variations
Color information
#CDD62C (or 0xCDD62C) is known color: Bitter Lemon. HEX triplet: CD, D6 and 2C. RGB value is (205,214,44). Sum of RGB (Red+Green+Blue) = 205+214+44=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD62C is #3229D3. Grayscale: #C0C0C0. Windows color (decimal): -3287508 or 2938573. OLE color: 2938573.
HSL color Cylindrical-coordinate representation of color #CDD62C: hue angle of 63.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDD62C is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 44 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 63.18º | 0.67% | 0.51% | - |
| HSV(B) | 63.18º | 0.79% | 0.84% | - |
| XYZ | 49.68 | 61.25 | 11.59 | - |
| YUV | 191.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 44 | 0.04 | 0 | 0.79 | 0.16 | 63.18 | 0.67 | 0.51 |
| Hex | CD | D6 | 2C | 4 | 0 | 4F | 10 | 3F | 43 | 33 |
| Octal | 315 | 326 | 54 | 4 | 0 | 117 | 20 | 77 | 103 | 63 |
| Binary | 11001101 | 11010110 | 101100 | 100 | 0 | 1001111 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CDD62C
Complementary color
Monochromatic Colors of #CDD62C
Black with #CDD62C
Text Example
Text Example
White with #CDD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD62C; }
p { color: rgb(205,214,44); }
H1.HeaderClassName
{
color: #CDD62C;
}
.AnyTagClassName
{
color: #CDD62C;
}
</style>
background-color css
<style>
a { background-color: #CDD62C; }
a { background-color: rgb(205,214,44); }
div.DivClassName
{
background-color: #CDD62C;
}
.BgClassName
{
background-color: #CDD62C;
}
</style>
border-color css
<style>
span { border-color: #CDD62C; }
span { border-color: rgb(205,214,44); }
td.TdClassName
{
border-color: #CDD62C;
}
.TagClassName
{
border-color: #CDD62C;
}
</style>