Shades of Bitter Lemon #CFDC2F
Tints of Bitter Lemon #CFDC2F
RGB
CMYK
RGB Variations
Color information
#CFDC2F (or 0xCFDC2F) is known color: Bitter Lemon. HEX triplet: CF, DC and 2F. RGB value is (207,220,47). Sum of RGB (Red+Green+Blue) = 207+220+47=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC2F is #3023D0. Grayscale: #C5C5C5. Windows color (decimal): -3154897 or 3136719. OLE color: 3136719.
HSL color Cylindrical-coordinate representation of color #CFDC2F: hue angle of 64.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDC2F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 47 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.14 |
| HSL | 64.51º | 0.71% | 0.52% | - |
| HSV(B) | 64.51º | 0.79% | 0.86% | - |
| XYZ | 51.84 | 64.66 | 12.44 | - |
| YUV | 196.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 47 | 0.06 | 0 | 0.79 | 0.14 | 64.51 | 0.71 | 0.52 |
| Hex | CF | DC | 2F | 6 | 0 | 4F | E | 41 | 47 | 34 |
| Octal | 317 | 334 | 57 | 6 | 0 | 117 | 16 | 101 | 107 | 64 |
| Binary | 11001111 | 11011100 | 101111 | 110 | 0 | 1001111 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CFDC2F
Complementary color
Monochromatic Colors of #CFDC2F
Black with #CFDC2F
Text Example
Text Example
White with #CFDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC2F; }
p { color: rgb(207,220,47); }
H1.HeaderClassName
{
color: #CFDC2F;
}
.AnyTagClassName
{
color: #CFDC2F;
}
</style>
background-color css
<style>
a { background-color: #CFDC2F; }
a { background-color: rgb(207,220,47); }
div.DivClassName
{
background-color: #CFDC2F;
}
.BgClassName
{
background-color: #CFDC2F;
}
</style>
border-color css
<style>
span { border-color: #CFDC2F; }
span { border-color: rgb(207,220,47); }
td.TdClassName
{
border-color: #CFDC2F;
}
.TagClassName
{
border-color: #CFDC2F;
}
</style>