Shades of Bitter Lemon #CDD23B
Tints of Bitter Lemon #CDD23B
RGB
CMYK
RGB Variations
Color information
#CDD23B (or 0xCDD23B) is known color: Bitter Lemon. HEX triplet: CD, D2 and 3B. RGB value is (205,210,59). Sum of RGB (Red+Green+Blue) = 205+210+59=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD23B is #322DC4. Grayscale: #BFBFBF. Windows color (decimal): -3288517 or 3920589. OLE color: 3920589.
HSL color Cylindrical-coordinate representation of color #CDD23B: hue angle of 61.99º 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 #CDD23B is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 59 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.18 |
| HSL | 61.99º | 0.63% | 0.53% | - |
| HSV(B) | 61.99º | 0.72% | 0.82% | - |
| XYZ | 49.01 | 59.39 | 13.02 | - |
| YUV | 191.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 59 | 0.02 | 0 | 0.72 | 0.18 | 61.99 | 0.63 | 0.53 |
| Hex | CD | D2 | 3B | 2 | 0 | 48 | 12 | 3E | 3F | 35 |
| Octal | 315 | 322 | 73 | 2 | 0 | 110 | 22 | 76 | 77 | 65 |
| Binary | 11001101 | 11010010 | 111011 | 10 | 0 | 1001000 | 10010 | 111110 | 111111 | 110101 |
Color Harmonies of #CDD23B
Complementary color
Monochromatic Colors of #CDD23B
Black with #CDD23B
Text Example
Text Example
White with #CDD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD23B; }
p { color: rgb(205,210,59); }
H1.HeaderClassName
{
color: #CDD23B;
}
.AnyTagClassName
{
color: #CDD23B;
}
</style>
background-color css
<style>
a { background-color: #CDD23B; }
a { background-color: rgb(205,210,59); }
div.DivClassName
{
background-color: #CDD23B;
}
.BgClassName
{
background-color: #CDD23B;
}
</style>
border-color css
<style>
span { border-color: #CDD23B; }
span { border-color: rgb(205,210,59); }
td.TdClassName
{
border-color: #CDD23B;
}
.TagClassName
{
border-color: #CDD23B;
}
</style>