Shades of Bitter Lemon #CCD934
Tints of Bitter Lemon #CCD934
RGB
CMYK
RGB Variations
Color information
#CCD934 (or 0xCCD934) is known color: Bitter Lemon. HEX triplet: CC, D9 and 34. RGB value is (204,217,52). Sum of RGB (Red+Green+Blue) = 204+217+52=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD934 is #3326CB. Grayscale: #C2C2C2. Windows color (decimal): -3352268 or 3463628. OLE color: 3463628.
HSL color Cylindrical-coordinate representation of color #CCD934: hue angle of 64.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD934 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 52 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.15 |
| HSL | 64.73º | 0.68% | 0.53% | - |
| HSV(B) | 64.73º | 0.76% | 0.85% | - |
| XYZ | 50.33 | 62.71 | 12.7 | - |
| YUV | 194.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 52 | 0.06 | 0 | 0.76 | 0.15 | 64.73 | 0.68 | 0.53 |
| Hex | CC | D9 | 34 | 6 | 0 | 4C | F | 41 | 44 | 35 |
| Octal | 314 | 331 | 64 | 6 | 0 | 114 | 17 | 101 | 104 | 65 |
| Binary | 11001100 | 11011001 | 110100 | 110 | 0 | 1001100 | 1111 | 1000001 | 1000100 | 110101 |
Color Harmonies of #CCD934
Complementary color
Monochromatic Colors of #CCD934
Black with #CCD934
Text Example
Text Example
White with #CCD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD934; }
p { color: rgb(204,217,52); }
H1.HeaderClassName
{
color: #CCD934;
}
.AnyTagClassName
{
color: #CCD934;
}
</style>
background-color css
<style>
a { background-color: #CCD934; }
a { background-color: rgb(204,217,52); }
div.DivClassName
{
background-color: #CCD934;
}
.BgClassName
{
background-color: #CCD934;
}
</style>
border-color css
<style>
span { border-color: #CCD934; }
span { border-color: rgb(204,217,52); }
td.TdClassName
{
border-color: #CCD934;
}
.TagClassName
{
border-color: #CCD934;
}
</style>