Shades of Bitter Lemon #CCD929
Tints of Bitter Lemon #CCD929
RGB
CMYK
RGB Variations
Color information
#CCD929 (or 0xCCD929) is known color: Bitter Lemon. HEX triplet: CC, D9 and 29. RGB value is (204,217,41). Sum of RGB (Red+Green+Blue) = 204+217+41=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD929 is #3326D6. Grayscale: #C1C1C1. Windows color (decimal): -3352279 or 2742732. OLE color: 2742732.
HSL color Cylindrical-coordinate representation of color #CCD929: hue angle of 64.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCD929 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.15 |
| HSL | 64.43º | 0.7% | 0.51% | - |
| HSV(B) | 64.43º | 0.81% | 0.85% | - |
| XYZ | 50.11 | 62.62 | 11.54 | - |
| YUV | 193.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 41 | 0.06 | 0 | 0.81 | 0.15 | 64.43 | 0.7 | 0.51 |
| Hex | CC | D9 | 29 | 6 | 0 | 51 | F | 40 | 46 | 33 |
| Octal | 314 | 331 | 51 | 6 | 0 | 121 | 17 | 100 | 106 | 63 |
| Binary | 11001100 | 11011001 | 101001 | 110 | 0 | 1010001 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CCD929
Complementary color
Monochromatic Colors of #CCD929
Black with #CCD929
Text Example
Text Example
White with #CCD929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD929; }
p { color: rgb(204,217,41); }
H1.HeaderClassName
{
color: #CCD929;
}
.AnyTagClassName
{
color: #CCD929;
}
</style>
background-color css
<style>
a { background-color: #CCD929; }
a { background-color: rgb(204,217,41); }
div.DivClassName
{
background-color: #CCD929;
}
.BgClassName
{
background-color: #CCD929;
}
</style>
border-color css
<style>
span { border-color: #CCD929; }
span { border-color: rgb(204,217,41); }
td.TdClassName
{
border-color: #CCD929;
}
.TagClassName
{
border-color: #CCD929;
}
</style>