Shades of Bitter Lemon #CDD12A
Tints of Bitter Lemon #CDD12A
RGB
CMYK
RGB Variations
Color information
#CDD12A (or 0xCDD12A) is known color: Bitter Lemon. HEX triplet: CD, D1 and 2A. RGB value is (205,209,42). Sum of RGB (Red+Green+Blue) = 205+209+42=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD12A is #322ED5. Grayscale: #BDBDBD. Windows color (decimal): -3288790 or 2806221. OLE color: 2806221.
HSL color Cylindrical-coordinate representation of color #CDD12A: hue angle of 61.44º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDD12A is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 42 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.18 |
| HSL | 61.44º | 0.67% | 0.49% | - |
| HSV(B) | 61.44º | 0.8% | 0.82% | - |
| XYZ | 48.4 | 58.75 | 10.98 | - |
| YUV | 188.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 42 | 0.02 | 0 | 0.80 | 0.18 | 61.44 | 0.67 | 0.49 |
| Hex | CD | D1 | 2A | 2 | 0 | 50 | 12 | 3D | 43 | 31 |
| Octal | 315 | 321 | 52 | 2 | 0 | 120 | 22 | 75 | 103 | 61 |
| Binary | 11001101 | 11010001 | 101010 | 10 | 0 | 1010000 | 10010 | 111101 | 1000011 | 110001 |
Color Harmonies of #CDD12A
Complementary color
Monochromatic Colors of #CDD12A
Black with #CDD12A
Text Example
Text Example
White with #CDD12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD12A; }
p { color: rgb(205,209,42); }
H1.HeaderClassName
{
color: #CDD12A;
}
.AnyTagClassName
{
color: #CDD12A;
}
</style>
background-color css
<style>
a { background-color: #CDD12A; }
a { background-color: rgb(205,209,42); }
div.DivClassName
{
background-color: #CDD12A;
}
.BgClassName
{
background-color: #CDD12A;
}
</style>
border-color css
<style>
span { border-color: #CDD12A; }
span { border-color: rgb(205,209,42); }
td.TdClassName
{
border-color: #CDD12A;
}
.TagClassName
{
border-color: #CDD12A;
}
</style>