Shades of Bitter Lemon #CDD233
Tints of Bitter Lemon #CDD233
RGB
CMYK
RGB Variations
Color information
#CDD233 (or 0xCDD233) is known color: Bitter Lemon. HEX triplet: CD, D2 and 33. RGB value is (205,210,51). Sum of RGB (Red+Green+Blue) = 205+210+51=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD233 is #322DCC. Grayscale: #BFBFBF. Windows color (decimal): -3288525 or 3396301. OLE color: 3396301.
HSL color Cylindrical-coordinate representation of color #CDD233: hue angle of 61.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD233 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 51 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.18 |
| HSL | 61.89º | 0.64% | 0.51% | - |
| HSV(B) | 61.89º | 0.76% | 0.82% | - |
| XYZ | 48.82 | 59.31 | 12.01 | - |
| YUV | 190.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 51 | 0.02 | 0 | 0.76 | 0.18 | 61.89 | 0.64 | 0.51 |
| Hex | CD | D2 | 33 | 2 | 0 | 4C | 12 | 3E | 40 | 33 |
| Octal | 315 | 322 | 63 | 2 | 0 | 114 | 22 | 76 | 100 | 63 |
| Binary | 11001101 | 11010010 | 110011 | 10 | 0 | 1001100 | 10010 | 111110 | 1000000 | 110011 |
Color Harmonies of #CDD233
Complementary color
Monochromatic Colors of #CDD233
Black with #CDD233
Text Example
Text Example
White with #CDD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD233; }
p { color: rgb(205,210,51); }
H1.HeaderClassName
{
color: #CDD233;
}
.AnyTagClassName
{
color: #CDD233;
}
</style>
background-color css
<style>
a { background-color: #CDD233; }
a { background-color: rgb(205,210,51); }
div.DivClassName
{
background-color: #CDD233;
}
.BgClassName
{
background-color: #CDD233;
}
</style>
border-color css
<style>
span { border-color: #CDD233; }
span { border-color: rgb(205,210,51); }
td.TdClassName
{
border-color: #CDD233;
}
.TagClassName
{
border-color: #CDD233;
}
</style>