Shades of Bitter Lemon #CCD92A
Tints of Bitter Lemon #CCD92A
RGB
CMYK
RGB Variations
Color information
#CCD92A (or 0xCCD92A) is known color: Bitter Lemon. HEX triplet: CC, D9 and 2A. RGB value is (204,217,42). Sum of RGB (Red+Green+Blue) = 204+217+42=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD92A is #3326D5. Grayscale: #C1C1C1. Windows color (decimal): -3352278 or 2808268. OLE color: 2808268.
HSL color Cylindrical-coordinate representation of color #CCD92A: hue angle of 64.46º 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 #CCD92A is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 42 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.15 |
| HSL | 64.46º | 0.7% | 0.51% | - |
| HSV(B) | 64.46º | 0.81% | 0.85% | - |
| XYZ | 50.13 | 62.63 | 11.64 | - |
| YUV | 193.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 42 | 0.06 | 0 | 0.81 | 0.15 | 64.46 | 0.7 | 0.51 |
| Hex | CC | D9 | 2A | 6 | 0 | 51 | F | 40 | 46 | 33 |
| Octal | 314 | 331 | 52 | 6 | 0 | 121 | 17 | 100 | 106 | 63 |
| Binary | 11001100 | 11011001 | 101010 | 110 | 0 | 1010001 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CCD92A
Complementary color
Monochromatic Colors of #CCD92A
Black with #CCD92A
Text Example
Text Example
White with #CCD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD92A; }
p { color: rgb(204,217,42); }
H1.HeaderClassName
{
color: #CCD92A;
}
.AnyTagClassName
{
color: #CCD92A;
}
</style>
background-color css
<style>
a { background-color: #CCD92A; }
a { background-color: rgb(204,217,42); }
div.DivClassName
{
background-color: #CCD92A;
}
.BgClassName
{
background-color: #CCD92A;
}
</style>
border-color css
<style>
span { border-color: #CCD92A; }
span { border-color: rgb(204,217,42); }
td.TdClassName
{
border-color: #CCD92A;
}
.TagClassName
{
border-color: #CCD92A;
}
</style>