Shades of Bitter Lemon #CDD930
Tints of Bitter Lemon #CDD930
RGB
CMYK
RGB Variations
Color information
#CDD930 (or 0xCDD930) is known color: Bitter Lemon. HEX triplet: CD, D9 and 30. RGB value is (205,217,48). Sum of RGB (Red+Green+Blue) = 205+217+48=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD930 is #3226CF. Grayscale: #C2C2C2. Windows color (decimal): -3286736 or 3201485. OLE color: 3201485.
HSL color Cylindrical-coordinate representation of color #CDD930: hue angle of 64.26º 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 #CDD930 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 48 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.26º | 0.69% | 0.52% | - |
| HSV(B) | 64.26º | 0.78% | 0.85% | - |
| XYZ | 50.52 | 62.82 | 12.26 | - |
| YUV | 194.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 48 | 0.06 | 0 | 0.78 | 0.15 | 64.26 | 0.69 | 0.52 |
| Hex | CD | D9 | 30 | 6 | 0 | 4E | F | 40 | 45 | 34 |
| Octal | 315 | 331 | 60 | 6 | 0 | 116 | 17 | 100 | 105 | 64 |
| Binary | 11001101 | 11011001 | 110000 | 110 | 0 | 1001110 | 1111 | 1000000 | 1000101 | 110100 |
Color Harmonies of #CDD930
Complementary color
Monochromatic Colors of #CDD930
Black with #CDD930
Text Example
Text Example
White with #CDD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD930; }
p { color: rgb(205,217,48); }
H1.HeaderClassName
{
color: #CDD930;
}
.AnyTagClassName
{
color: #CDD930;
}
</style>
background-color css
<style>
a { background-color: #CDD930; }
a { background-color: rgb(205,217,48); }
div.DivClassName
{
background-color: #CDD930;
}
.BgClassName
{
background-color: #CDD930;
}
</style>
border-color css
<style>
span { border-color: #CDD930; }
span { border-color: rgb(205,217,48); }
td.TdClassName
{
border-color: #CDD930;
}
.TagClassName
{
border-color: #CDD930;
}
</style>