Shades of Bitter Lemon #CDD62F
Tints of Bitter Lemon #CDD62F
RGB
CMYK
RGB Variations
Color information
#CDD62F (or 0xCDD62F) is known color: Bitter Lemon. HEX triplet: CD, D6 and 2F. RGB value is (205,214,47). Sum of RGB (Red+Green+Blue) = 205+214+47=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD62F is #3229D0. Grayscale: #C0C0C0. Windows color (decimal): -3287505 or 3135181. OLE color: 3135181.
HSL color Cylindrical-coordinate representation of color #CDD62F: hue angle of 63.23º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD62F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.16 |
| HSL | 63.23º | 0.67% | 0.51% | - |
| HSV(B) | 63.23º | 0.78% | 0.84% | - |
| XYZ | 49.74 | 61.28 | 11.9 | - |
| YUV | 192.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 47 | 0.04 | 0 | 0.78 | 0.16 | 63.23 | 0.67 | 0.51 |
| Hex | CD | D6 | 2F | 4 | 0 | 4E | 10 | 3F | 43 | 33 |
| Octal | 315 | 326 | 57 | 4 | 0 | 116 | 20 | 77 | 103 | 63 |
| Binary | 11001101 | 11010110 | 101111 | 100 | 0 | 1001110 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CDD62F
Complementary color
Monochromatic Colors of #CDD62F
Black with #CDD62F
Text Example
Text Example
White with #CDD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD62F; }
p { color: rgb(205,214,47); }
H1.HeaderClassName
{
color: #CDD62F;
}
.AnyTagClassName
{
color: #CDD62F;
}
</style>
background-color css
<style>
a { background-color: #CDD62F; }
a { background-color: rgb(205,214,47); }
div.DivClassName
{
background-color: #CDD62F;
}
.BgClassName
{
background-color: #CDD62F;
}
</style>
border-color css
<style>
span { border-color: #CDD62F; }
span { border-color: rgb(205,214,47); }
td.TdClassName
{
border-color: #CDD62F;
}
.TagClassName
{
border-color: #CDD62F;
}
</style>