Shades of Bitter Lemon #CCD92F
Tints of Bitter Lemon #CCD92F
RGB
CMYK
RGB Variations
Color information
#CCD92F (or 0xCCD92F) is known color: Bitter Lemon. HEX triplet: CC, D9 and 2F. RGB value is (204,217,47). Sum of RGB (Red+Green+Blue) = 204+217+47=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD92F is #3326D0. Grayscale: #C2C2C2. Windows color (decimal): -3352273 or 3135948. OLE color: 3135948.
HSL color Cylindrical-coordinate representation of color #CCD92F: hue angle of 64.59º 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 #CCD92F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 47 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.59º | 0.69% | 0.52% | - |
| HSV(B) | 64.59º | 0.78% | 0.85% | - |
| XYZ | 50.23 | 62.67 | 12.14 | - |
| YUV | 193.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 47 | 0.06 | 0 | 0.78 | 0.15 | 64.59 | 0.69 | 0.52 |
| Hex | CC | D9 | 2F | 6 | 0 | 4E | F | 41 | 45 | 34 |
| Octal | 314 | 331 | 57 | 6 | 0 | 116 | 17 | 101 | 105 | 64 |
| Binary | 11001100 | 11011001 | 101111 | 110 | 0 | 1001110 | 1111 | 1000001 | 1000101 | 110100 |
Color Harmonies of #CCD92F
Complementary color
Monochromatic Colors of #CCD92F
Black with #CCD92F
Text Example
Text Example
White with #CCD92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD92F; }
p { color: rgb(204,217,47); }
H1.HeaderClassName
{
color: #CCD92F;
}
.AnyTagClassName
{
color: #CCD92F;
}
</style>
background-color css
<style>
a { background-color: #CCD92F; }
a { background-color: rgb(204,217,47); }
div.DivClassName
{
background-color: #CCD92F;
}
.BgClassName
{
background-color: #CCD92F;
}
</style>
border-color css
<style>
span { border-color: #CCD92F; }
span { border-color: rgb(204,217,47); }
td.TdClassName
{
border-color: #CCD92F;
}
.TagClassName
{
border-color: #CCD92F;
}
</style>