Shades of Bitter Lemon #CFDC2D
Tints of Bitter Lemon #CFDC2D
RGB
CMYK
RGB Variations
Color information
#CFDC2D (or 0xCFDC2D) is known color: Bitter Lemon. HEX triplet: CF, DC and 2D. RGB value is (207,220,45). Sum of RGB (Red+Green+Blue) = 207+220+45=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC2D is #3023D2. Grayscale: #C4C4C4. Windows color (decimal): -3154899 or 3005647. OLE color: 3005647.
HSL color Cylindrical-coordinate representation of color #CFDC2D: hue angle of 64.46º degrees, saturation: 0.71, 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 #CFDC2D is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 45 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.14 |
| HSL | 64.46º | 0.71% | 0.52% | - |
| HSV(B) | 64.46º | 0.8% | 0.86% | - |
| XYZ | 51.8 | 64.64 | 12.23 | - |
| YUV | 196.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 45 | 0.06 | 0 | 0.80 | 0.14 | 64.46 | 0.71 | 0.52 |
| Hex | CF | DC | 2D | 6 | 0 | 50 | E | 40 | 47 | 34 |
| Octal | 317 | 334 | 55 | 6 | 0 | 120 | 16 | 100 | 107 | 64 |
| Binary | 11001111 | 11011100 | 101101 | 110 | 0 | 1010000 | 1110 | 1000000 | 1000111 | 110100 |
Color Harmonies of #CFDC2D
Complementary color
Monochromatic Colors of #CFDC2D
Black with #CFDC2D
Text Example
Text Example
White with #CFDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC2D; }
p { color: rgb(207,220,45); }
H1.HeaderClassName
{
color: #CFDC2D;
}
.AnyTagClassName
{
color: #CFDC2D;
}
</style>
background-color css
<style>
a { background-color: #CFDC2D; }
a { background-color: rgb(207,220,45); }
div.DivClassName
{
background-color: #CFDC2D;
}
.BgClassName
{
background-color: #CFDC2D;
}
</style>
border-color css
<style>
span { border-color: #CFDC2D; }
span { border-color: rgb(207,220,45); }
td.TdClassName
{
border-color: #CFDC2D;
}
.TagClassName
{
border-color: #CFDC2D;
}
</style>