Shades of Bitter Lemon #CDD927
Tints of Bitter Lemon #CDD927
RGB
CMYK
RGB Variations
Color information
#CDD927 (or 0xCDD927) is known color: Bitter Lemon. HEX triplet: CD, D9 and 27. RGB value is (205,217,39). Sum of RGB (Red+Green+Blue) = 205+217+39=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD927 is #3226D8. Grayscale: #C1C1C1. Windows color (decimal): -3286745 or 2611661. OLE color: 2611661.
HSL color Cylindrical-coordinate representation of color #CDD927: hue angle of 64.04º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD927 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 39 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.15 |
| HSL | 64.04º | 0.7% | 0.5% | - |
| HSV(B) | 64.04º | 0.82% | 0.85% | - |
| XYZ | 50.36 | 62.75 | 11.38 | - |
| YUV | 193.12 | 41.02 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 39 | 0.06 | 0 | 0.82 | 0.15 | 64.04 | 0.7 | 0.5 |
| Hex | CD | D9 | 27 | 6 | 0 | 52 | F | 40 | 46 | 32 |
| Octal | 315 | 331 | 47 | 6 | 0 | 122 | 17 | 100 | 106 | 62 |
| Binary | 11001101 | 11011001 | 100111 | 110 | 0 | 1010010 | 1111 | 1000000 | 1000110 | 110010 |
Color Harmonies of #CDD927
Complementary color
Monochromatic Colors of #CDD927
Black with #CDD927
Text Example
Text Example
White with #CDD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD927; }
p { color: rgb(205,217,39); }
H1.HeaderClassName
{
color: #CDD927;
}
.AnyTagClassName
{
color: #CDD927;
}
</style>
background-color css
<style>
a { background-color: #CDD927; }
a { background-color: rgb(205,217,39); }
div.DivClassName
{
background-color: #CDD927;
}
.BgClassName
{
background-color: #CDD927;
}
</style>
border-color css
<style>
span { border-color: #CDD927; }
span { border-color: rgb(205,217,39); }
td.TdClassName
{
border-color: #CDD927;
}
.TagClassName
{
border-color: #CDD927;
}
</style>