Shades of Bitter Lemon #CDD12F
Tints of Bitter Lemon #CDD12F
RGB
CMYK
RGB Variations
Color information
#CDD12F (or 0xCDD12F) is known color: Bitter Lemon. HEX triplet: CD, D1 and 2F. RGB value is (205,209,47). Sum of RGB (Red+Green+Blue) = 205+209+47=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD12F is #322ED0. Grayscale: #BDBDBD. Windows color (decimal): -3288785 or 3133901. OLE color: 3133901.
HSL color Cylindrical-coordinate representation of color #CDD12F: hue angle of 61.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD12F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 47 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.18 |
| HSL | 61.48º | 0.64% | 0.5% | - |
| HSV(B) | 61.48º | 0.78% | 0.82% | - |
| XYZ | 48.49 | 58.79 | 11.48 | - |
| YUV | 189.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 47 | 0.02 | 0 | 0.78 | 0.18 | 61.48 | 0.64 | 0.5 |
| Hex | CD | D1 | 2F | 2 | 0 | 4E | 12 | 3D | 40 | 32 |
| Octal | 315 | 321 | 57 | 2 | 0 | 116 | 22 | 75 | 100 | 62 |
| Binary | 11001101 | 11010001 | 101111 | 10 | 0 | 1001110 | 10010 | 111101 | 1000000 | 110010 |
Color Harmonies of #CDD12F
Complementary color
Monochromatic Colors of #CDD12F
Black with #CDD12F
Text Example
Text Example
White with #CDD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD12F; }
p { color: rgb(205,209,47); }
H1.HeaderClassName
{
color: #CDD12F;
}
.AnyTagClassName
{
color: #CDD12F;
}
</style>
background-color css
<style>
a { background-color: #CDD12F; }
a { background-color: rgb(205,209,47); }
div.DivClassName
{
background-color: #CDD12F;
}
.BgClassName
{
background-color: #CDD12F;
}
</style>
border-color css
<style>
span { border-color: #CDD12F; }
span { border-color: rgb(205,209,47); }
td.TdClassName
{
border-color: #CDD12F;
}
.TagClassName
{
border-color: #CDD12F;
}
</style>