Shades of Bitter Lemon #CDD333
Tints of Bitter Lemon #CDD333
RGB
CMYK
RGB Variations
Color information
#CDD333 (or 0xCDD333) is known color: Bitter Lemon. HEX triplet: CD, D3 and 33. RGB value is (205,211,51). Sum of RGB (Red+Green+Blue) = 205+211+51=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD333 is #322CCC. Grayscale: #BFBFBF. Windows color (decimal): -3288269 or 3396557. OLE color: 3396557.
HSL color Cylindrical-coordinate representation of color #CDD333: hue angle of 62.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD333 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 51 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.17 |
| HSL | 62.25º | 0.65% | 0.51% | - |
| HSV(B) | 62.25º | 0.76% | 0.83% | - |
| XYZ | 49.07 | 59.81 | 12.09 | - |
| YUV | 190.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 51 | 0.03 | 0 | 0.76 | 0.17 | 62.25 | 0.65 | 0.51 |
| Hex | CD | D3 | 33 | 3 | 0 | 4C | 11 | 3E | 41 | 33 |
| Octal | 315 | 323 | 63 | 3 | 0 | 114 | 21 | 76 | 101 | 63 |
| Binary | 11001101 | 11010011 | 110011 | 11 | 0 | 1001100 | 10001 | 111110 | 1000001 | 110011 |
Color Harmonies of #CDD333
Complementary color
Monochromatic Colors of #CDD333
Black with #CDD333
Text Example
Text Example
White with #CDD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD333; }
p { color: rgb(205,211,51); }
H1.HeaderClassName
{
color: #CDD333;
}
.AnyTagClassName
{
color: #CDD333;
}
</style>
background-color css
<style>
a { background-color: #CDD333; }
a { background-color: rgb(205,211,51); }
div.DivClassName
{
background-color: #CDD333;
}
.BgClassName
{
background-color: #CDD333;
}
</style>
border-color css
<style>
span { border-color: #CDD333; }
span { border-color: rgb(205,211,51); }
td.TdClassName
{
border-color: #CDD333;
}
.TagClassName
{
border-color: #CDD333;
}
</style>