Shades of Bitter Lemon #CDD62B
Tints of Bitter Lemon #CDD62B
RGB
CMYK
RGB Variations
Color information
#CDD62B (or 0xCDD62B) is known color: Bitter Lemon. HEX triplet: CD, D6 and 2B. RGB value is (205,214,43). Sum of RGB (Red+Green+Blue) = 205+214+43=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD62B is #3229D4. Grayscale: #C0C0C0. Windows color (decimal): -3287509 or 2873037. OLE color: 2873037.
HSL color Cylindrical-coordinate representation of color #CDD62B: hue angle of 63.16º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDD62B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 43 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.16 |
| HSL | 63.16º | 0.68% | 0.5% | - |
| HSV(B) | 63.16º | 0.8% | 0.84% | - |
| XYZ | 49.66 | 61.25 | 11.49 | - |
| YUV | 191.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 43 | 0.04 | 0 | 0.80 | 0.16 | 63.16 | 0.68 | 0.5 |
| Hex | CD | D6 | 2B | 4 | 0 | 50 | 10 | 3F | 44 | 32 |
| Octal | 315 | 326 | 53 | 4 | 0 | 120 | 20 | 77 | 104 | 62 |
| Binary | 11001101 | 11010110 | 101011 | 100 | 0 | 1010000 | 10000 | 111111 | 1000100 | 110010 |
Color Harmonies of #CDD62B
Complementary color
Monochromatic Colors of #CDD62B
Black with #CDD62B
Text Example
Text Example
White with #CDD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD62B; }
p { color: rgb(205,214,43); }
H1.HeaderClassName
{
color: #CDD62B;
}
.AnyTagClassName
{
color: #CDD62B;
}
</style>
background-color css
<style>
a { background-color: #CDD62B; }
a { background-color: rgb(205,214,43); }
div.DivClassName
{
background-color: #CDD62B;
}
.BgClassName
{
background-color: #CDD62B;
}
</style>
border-color css
<style>
span { border-color: #CDD62B; }
span { border-color: rgb(205,214,43); }
td.TdClassName
{
border-color: #CDD62B;
}
.TagClassName
{
border-color: #CDD62B;
}
</style>