Shades of Bitter Lemon #CDD534
Tints of Bitter Lemon #CDD534
RGB
CMYK
RGB Variations
Color information
#CDD534 (or 0xCDD534) is known color: Bitter Lemon. HEX triplet: CD, D5 and 34. RGB value is (205,213,52). Sum of RGB (Red+Green+Blue) = 205+213+52=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD534 is #322ACB. Grayscale: #C0C0C0. Windows color (decimal): -3287756 or 3462605. OLE color: 3462605.
HSL color Cylindrical-coordinate representation of color #CDD534: hue angle of 62.98º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD534 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 52 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.16 |
| HSL | 62.98º | 0.66% | 0.52% | - |
| HSV(B) | 62.98º | 0.76% | 0.84% | - |
| XYZ | 49.59 | 60.82 | 12.37 | - |
| YUV | 192.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 52 | 0.04 | 0 | 0.76 | 0.16 | 62.98 | 0.66 | 0.52 |
| Hex | CD | D5 | 34 | 4 | 0 | 4C | 10 | 3F | 42 | 34 |
| Octal | 315 | 325 | 64 | 4 | 0 | 114 | 20 | 77 | 102 | 64 |
| Binary | 11001101 | 11010101 | 110100 | 100 | 0 | 1001100 | 10000 | 111111 | 1000010 | 110100 |
Color Harmonies of #CDD534
Complementary color
Monochromatic Colors of #CDD534
Black with #CDD534
Text Example
Text Example
White with #CDD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD534; }
p { color: rgb(205,213,52); }
H1.HeaderClassName
{
color: #CDD534;
}
.AnyTagClassName
{
color: #CDD534;
}
</style>
background-color css
<style>
a { background-color: #CDD534; }
a { background-color: rgb(205,213,52); }
div.DivClassName
{
background-color: #CDD534;
}
.BgClassName
{
background-color: #CDD534;
}
</style>
border-color css
<style>
span { border-color: #CDD534; }
span { border-color: rgb(205,213,52); }
td.TdClassName
{
border-color: #CDD534;
}
.TagClassName
{
border-color: #CDD534;
}
</style>