Shades of Bitter Lemon #CCCF2D
Tints of Bitter Lemon #CCCF2D
RGB
CMYK
RGB Variations
Color information
#CCCF2D (or 0xCCCF2D) is known color: Bitter Lemon. HEX triplet: CC, CF and 2D. RGB value is (204,207,45). Sum of RGB (Red+Green+Blue) = 204+207+45=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF2D is #3330D2. Grayscale: #BCBCBC. Windows color (decimal): -3354835 or 3002316. OLE color: 3002316.
HSL color Cylindrical-coordinate representation of color #CCCF2D: hue angle of 61.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCCF2D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 45 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.19 |
| HSL | 61.11º | 0.64% | 0.49% | - |
| HSV(B) | 61.11º | 0.78% | 0.81% | - |
| XYZ | 47.69 | 57.65 | 11.1 | - |
| YUV | 187.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 45 | 0.01 | 0 | 0.78 | 0.19 | 61.11 | 0.64 | 0.49 |
| Hex | CC | CF | 2D | 1 | 0 | 4E | 13 | 3D | 40 | 31 |
| Octal | 314 | 317 | 55 | 1 | 0 | 116 | 23 | 75 | 100 | 61 |
| Binary | 11001100 | 11001111 | 101101 | 1 | 0 | 1001110 | 10011 | 111101 | 1000000 | 110001 |
Color Harmonies of #CCCF2D
Complementary color
Monochromatic Colors of #CCCF2D
Black with #CCCF2D
Text Example
Text Example
White with #CCCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF2D; }
p { color: rgb(204,207,45); }
H1.HeaderClassName
{
color: #CCCF2D;
}
.AnyTagClassName
{
color: #CCCF2D;
}
</style>
background-color css
<style>
a { background-color: #CCCF2D; }
a { background-color: rgb(204,207,45); }
div.DivClassName
{
background-color: #CCCF2D;
}
.BgClassName
{
background-color: #CCCF2D;
}
</style>
border-color css
<style>
span { border-color: #CCCF2D; }
span { border-color: rgb(204,207,45); }
td.TdClassName
{
border-color: #CCCF2D;
}
.TagClassName
{
border-color: #CCCF2D;
}
</style>