Shades of Bitter Lemon #CDD434
Tints of Bitter Lemon #CDD434
RGB
CMYK
RGB Variations
Color information
#CDD434 (or 0xCDD434) is known color: Bitter Lemon. HEX triplet: CD, D4 and 34. RGB value is (205,212,52). Sum of RGB (Red+Green+Blue) = 205+212+52=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD434 is #322BCB. Grayscale: #C0C0C0. Windows color (decimal): -3288012 or 3462349. OLE color: 3462349.
HSL color Cylindrical-coordinate representation of color #CDD434: hue angle of 62.63º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD434 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 52 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.17 |
| HSL | 62.63º | 0.65% | 0.52% | - |
| HSV(B) | 62.63º | 0.75% | 0.83% | - |
| XYZ | 49.34 | 60.31 | 12.29 | - |
| YUV | 191.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 52 | 0.03 | 0 | 0.75 | 0.17 | 62.63 | 0.65 | 0.52 |
| Hex | CD | D4 | 34 | 3 | 0 | 4B | 11 | 3F | 41 | 34 |
| Octal | 315 | 324 | 64 | 3 | 0 | 113 | 21 | 77 | 101 | 64 |
| Binary | 11001101 | 11010100 | 110100 | 11 | 0 | 1001011 | 10001 | 111111 | 1000001 | 110100 |
Color Harmonies of #CDD434
Complementary color
Monochromatic Colors of #CDD434
Black with #CDD434
Text Example
Text Example
White with #CDD434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD434; }
p { color: rgb(205,212,52); }
H1.HeaderClassName
{
color: #CDD434;
}
.AnyTagClassName
{
color: #CDD434;
}
</style>
background-color css
<style>
a { background-color: #CDD434; }
a { background-color: rgb(205,212,52); }
div.DivClassName
{
background-color: #CDD434;
}
.BgClassName
{
background-color: #CDD434;
}
</style>
border-color css
<style>
span { border-color: #CDD434; }
span { border-color: rgb(205,212,52); }
td.TdClassName
{
border-color: #CDD434;
}
.TagClassName
{
border-color: #CDD434;
}
</style>