Shades of Bitter Lemon #CDD128
Tints of Bitter Lemon #CDD128
RGB
CMYK
RGB Variations
Color information
#CDD128 (or 0xCDD128) is known color: Bitter Lemon. HEX triplet: CD, D1 and 28. RGB value is (205,209,40). Sum of RGB (Red+Green+Blue) = 205+209+40=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD128 is #322ED7. Grayscale: #BDBDBD. Windows color (decimal): -3288792 or 2675149. OLE color: 2675149.
HSL color Cylindrical-coordinate representation of color #CDD128: hue angle of 61.42º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDD128 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 40 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.18 |
| HSL | 61.42º | 0.68% | 0.49% | - |
| HSV(B) | 61.42º | 0.81% | 0.82% | - |
| XYZ | 48.36 | 58.73 | 10.8 | - |
| YUV | 188.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 40 | 0.02 | 0 | 0.81 | 0.18 | 61.42 | 0.68 | 0.49 |
| Hex | CD | D1 | 28 | 2 | 0 | 51 | 12 | 3D | 44 | 31 |
| Octal | 315 | 321 | 50 | 2 | 0 | 121 | 22 | 75 | 104 | 61 |
| Binary | 11001101 | 11010001 | 101000 | 10 | 0 | 1010001 | 10010 | 111101 | 1000100 | 110001 |
Color Harmonies of #CDD128
Complementary color
Monochromatic Colors of #CDD128
Black with #CDD128
Text Example
Text Example
White with #CDD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD128; }
p { color: rgb(205,209,40); }
H1.HeaderClassName
{
color: #CDD128;
}
.AnyTagClassName
{
color: #CDD128;
}
</style>
background-color css
<style>
a { background-color: #CDD128; }
a { background-color: rgb(205,209,40); }
div.DivClassName
{
background-color: #CDD128;
}
.BgClassName
{
background-color: #CDD128;
}
</style>
border-color css
<style>
span { border-color: #CDD128; }
span { border-color: rgb(205,209,40); }
td.TdClassName
{
border-color: #CDD128;
}
.TagClassName
{
border-color: #CDD128;
}
</style>