Shades of Bitter Lemon #CFDC2C
Tints of Bitter Lemon #CFDC2C
RGB
CMYK
RGB Variations
Color information
#CFDC2C (or 0xCFDC2C) is known color: Bitter Lemon. HEX triplet: CF, DC and 2C. RGB value is (207,220,44). Sum of RGB (Red+Green+Blue) = 207+220+44=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC2C is #3023D3. Grayscale: #C4C4C4. Windows color (decimal): -3154900 or 2940111. OLE color: 2940111.
HSL color Cylindrical-coordinate representation of color #CFDC2C: hue angle of 64.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFDC2C is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 44 | - |
| CMYK | 0.06 | 0 | 0.8 | 0.14 |
| HSL | 64.43º | 0.72% | 0.52% | - |
| HSV(B) | 64.43º | 0.8% | 0.86% | - |
| XYZ | 51.78 | 64.63 | 12.13 | - |
| YUV | 196.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 44 | 0.06 | 0 | 0.8 | 0.14 | 64.43 | 0.72 | 0.52 |
| Hex | CF | DC | 2C | 6 | 0 | 50 | E | 40 | 48 | 34 |
| Octal | 317 | 334 | 54 | 6 | 0 | 120 | 16 | 100 | 110 | 64 |
| Binary | 11001111 | 11011100 | 101100 | 110 | 0 | 1010000 | 1110 | 1000000 | 1001000 | 110100 |
Color Harmonies of #CFDC2C
Complementary color
Monochromatic Colors of #CFDC2C
Black with #CFDC2C
Text Example
Text Example
White with #CFDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC2C; }
p { color: rgb(207,220,44); }
H1.HeaderClassName
{
color: #CFDC2C;
}
.AnyTagClassName
{
color: #CFDC2C;
}
</style>
background-color css
<style>
a { background-color: #CFDC2C; }
a { background-color: rgb(207,220,44); }
div.DivClassName
{
background-color: #CFDC2C;
}
.BgClassName
{
background-color: #CFDC2C;
}
</style>
border-color css
<style>
span { border-color: #CFDC2C; }
span { border-color: rgb(207,220,44); }
td.TdClassName
{
border-color: #CFDC2C;
}
.TagClassName
{
border-color: #CFDC2C;
}
</style>