Shades of Bitter Lemon #CDD62E
Tints of Bitter Lemon #CDD62E
RGB
CMYK
RGB Variations
Color information
#CDD62E (or 0xCDD62E) is known color: Bitter Lemon. HEX triplet: CD, D6 and 2E. RGB value is (205,214,46). Sum of RGB (Red+Green+Blue) = 205+214+46=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD62E is #3229D1. Grayscale: #C0C0C0. Windows color (decimal): -3287506 or 3069645. OLE color: 3069645.
HSL color Cylindrical-coordinate representation of color #CDD62E: hue angle of 63.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDD62E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 46 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 63.21º | 0.67% | 0.51% | - |
| HSV(B) | 63.21º | 0.79% | 0.84% | - |
| XYZ | 49.72 | 61.27 | 11.79 | - |
| YUV | 192.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 46 | 0.04 | 0 | 0.79 | 0.16 | 63.21 | 0.67 | 0.51 |
| Hex | CD | D6 | 2E | 4 | 0 | 4F | 10 | 3F | 43 | 33 |
| Octal | 315 | 326 | 56 | 4 | 0 | 117 | 20 | 77 | 103 | 63 |
| Binary | 11001101 | 11010110 | 101110 | 100 | 0 | 1001111 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CDD62E
Complementary color
Monochromatic Colors of #CDD62E
Black with #CDD62E
Text Example
Text Example
White with #CDD62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD62E; }
p { color: rgb(205,214,46); }
H1.HeaderClassName
{
color: #CDD62E;
}
.AnyTagClassName
{
color: #CDD62E;
}
</style>
background-color css
<style>
a { background-color: #CDD62E; }
a { background-color: rgb(205,214,46); }
div.DivClassName
{
background-color: #CDD62E;
}
.BgClassName
{
background-color: #CDD62E;
}
</style>
border-color css
<style>
span { border-color: #CDD62E; }
span { border-color: rgb(205,214,46); }
td.TdClassName
{
border-color: #CDD62E;
}
.TagClassName
{
border-color: #CDD62E;
}
</style>