Shades of Bitter Lemon #CCD92E
Tints of Bitter Lemon #CCD92E
RGB
CMYK
RGB Variations
Color information
#CCD92E (or 0xCCD92E) is known color: Bitter Lemon. HEX triplet: CC, D9 and 2E. RGB value is (204,217,46). Sum of RGB (Red+Green+Blue) = 204+217+46=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD92E is #3326D1. Grayscale: #C2C2C2. Windows color (decimal): -3352274 or 3070412. OLE color: 3070412.
HSL color Cylindrical-coordinate representation of color #CCD92E: hue angle of 64.56º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD92E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 46 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.15 |
| HSL | 64.56º | 0.69% | 0.52% | - |
| HSV(B) | 64.56º | 0.79% | 0.85% | - |
| XYZ | 50.21 | 62.66 | 12.03 | - |
| YUV | 193.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 46 | 0.06 | 0 | 0.79 | 0.15 | 64.56 | 0.69 | 0.52 |
| Hex | CC | D9 | 2E | 6 | 0 | 4F | F | 41 | 45 | 34 |
| Octal | 314 | 331 | 56 | 6 | 0 | 117 | 17 | 101 | 105 | 64 |
| Binary | 11001100 | 11011001 | 101110 | 110 | 0 | 1001111 | 1111 | 1000001 | 1000101 | 110100 |
Color Harmonies of #CCD92E
Complementary color
Monochromatic Colors of #CCD92E
Black with #CCD92E
Text Example
Text Example
White with #CCD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD92E; }
p { color: rgb(204,217,46); }
H1.HeaderClassName
{
color: #CCD92E;
}
.AnyTagClassName
{
color: #CCD92E;
}
</style>
background-color css
<style>
a { background-color: #CCD92E; }
a { background-color: rgb(204,217,46); }
div.DivClassName
{
background-color: #CCD92E;
}
.BgClassName
{
background-color: #CCD92E;
}
</style>
border-color css
<style>
span { border-color: #CCD92E; }
span { border-color: rgb(204,217,46); }
td.TdClassName
{
border-color: #CCD92E;
}
.TagClassName
{
border-color: #CCD92E;
}
</style>