Shades of Bitter Lemon #CDD23A
Tints of Bitter Lemon #CDD23A
RGB
CMYK
RGB Variations
Color information
#CDD23A (or 0xCDD23A) is known color: Bitter Lemon. HEX triplet: CD, D2 and 3A. RGB value is (205,210,58). Sum of RGB (Red+Green+Blue) = 205+210+58=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD23A is #322DC5. Grayscale: #BFBFBF. Windows color (decimal): -3288518 or 3855053. OLE color: 3855053.
HSL color Cylindrical-coordinate representation of color #CDD23A: hue angle of 61.97º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDD23A is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 58 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.18 |
| HSL | 61.97º | 0.63% | 0.53% | - |
| HSV(B) | 61.97º | 0.72% | 0.82% | - |
| XYZ | 48.99 | 59.38 | 12.88 | - |
| YUV | 191.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 58 | 0.02 | 0 | 0.72 | 0.18 | 61.97 | 0.63 | 0.53 |
| Hex | CD | D2 | 3A | 2 | 0 | 48 | 12 | 3E | 3F | 35 |
| Octal | 315 | 322 | 72 | 2 | 0 | 110 | 22 | 76 | 77 | 65 |
| Binary | 11001101 | 11010010 | 111010 | 10 | 0 | 1001000 | 10010 | 111110 | 111111 | 110101 |
Color Harmonies of #CDD23A
Complementary color
Monochromatic Colors of #CDD23A
Black with #CDD23A
Text Example
Text Example
White with #CDD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD23A; }
p { color: rgb(205,210,58); }
H1.HeaderClassName
{
color: #CDD23A;
}
.AnyTagClassName
{
color: #CDD23A;
}
</style>
background-color css
<style>
a { background-color: #CDD23A; }
a { background-color: rgb(205,210,58); }
div.DivClassName
{
background-color: #CDD23A;
}
.BgClassName
{
background-color: #CDD23A;
}
</style>
border-color css
<style>
span { border-color: #CDD23A; }
span { border-color: rgb(205,210,58); }
td.TdClassName
{
border-color: #CDD23A;
}
.TagClassName
{
border-color: #CDD23A;
}
</style>