Shades of Bitter Lemon #CDD92F
Tints of Bitter Lemon #CDD92F
RGB
CMYK
RGB Variations
Color information
#CDD92F (or 0xCDD92F) is known color: Bitter Lemon. HEX triplet: CD, D9 and 2F. RGB value is (205,217,47). Sum of RGB (Red+Green+Blue) = 205+217+47=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD92F is #3226D0. Grayscale: #C2C2C2. Windows color (decimal): -3286737 or 3135949. OLE color: 3135949.
HSL color Cylindrical-coordinate representation of color #CDD92F: hue angle of 64.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD92F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 47 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.24º | 0.69% | 0.52% | - |
| HSV(B) | 64.24º | 0.78% | 0.85% | - |
| XYZ | 50.5 | 62.81 | 12.15 | - |
| YUV | 194.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 47 | 0.06 | 0 | 0.78 | 0.15 | 64.24 | 0.69 | 0.52 |
| Hex | CD | D9 | 2F | 6 | 0 | 4E | F | 40 | 45 | 34 |
| Octal | 315 | 331 | 57 | 6 | 0 | 116 | 17 | 100 | 105 | 64 |
| Binary | 11001101 | 11011001 | 101111 | 110 | 0 | 1001110 | 1111 | 1000000 | 1000101 | 110100 |
Color Harmonies of #CDD92F
Complementary color
Monochromatic Colors of #CDD92F
Black with #CDD92F
Text Example
Text Example
White with #CDD92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD92F; }
p { color: rgb(205,217,47); }
H1.HeaderClassName
{
color: #CDD92F;
}
.AnyTagClassName
{
color: #CDD92F;
}
</style>
background-color css
<style>
a { background-color: #CDD92F; }
a { background-color: rgb(205,217,47); }
div.DivClassName
{
background-color: #CDD92F;
}
.BgClassName
{
background-color: #CDD92F;
}
</style>
border-color css
<style>
span { border-color: #CDD92F; }
span { border-color: rgb(205,217,47); }
td.TdClassName
{
border-color: #CDD92F;
}
.TagClassName
{
border-color: #CDD92F;
}
</style>