Shades of Bitter Lemon #CFCD2F
Tints of Bitter Lemon #CFCD2F
RGB
CMYK
RGB Variations
Color information
#CFCD2F (or 0xCFCD2F) is known color: Bitter Lemon. HEX triplet: CF, CD and 2F. RGB value is (207,205,47). Sum of RGB (Red+Green+Blue) = 207+205+47=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD2F is #3032D0. Grayscale: #BCBCBC. Windows color (decimal): -3158737 or 3132879. OLE color: 3132879.
HSL color Cylindrical-coordinate representation of color #CFCD2F: hue angle of 59.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFCD2F is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 47 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.19 |
| HSL | 59.25º | 0.63% | 0.5% | - |
| HSV(B) | 59.25º | 0.77% | 0.81% | - |
| XYZ | 48.08 | 57.13 | 11.18 | - |
| YUV | 187.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 47 | 0 | 0.01 | 0.77 | 0.19 | 59.25 | 0.63 | 0.5 |
| Hex | CF | CD | 2F | 0 | 1 | 4D | 13 | 3B | 3F | 32 |
| Octal | 317 | 315 | 57 | 0 | 1 | 115 | 23 | 73 | 77 | 62 |
| Binary | 11001111 | 11001101 | 101111 | 0 | 1 | 1001101 | 10011 | 111011 | 111111 | 110010 |
Color Harmonies of #CFCD2F
Complementary color
Monochromatic Colors of #CFCD2F
Black with #CFCD2F
Text Example
Text Example
White with #CFCD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD2F; }
p { color: rgb(207,205,47); }
H1.HeaderClassName
{
color: #CFCD2F;
}
.AnyTagClassName
{
color: #CFCD2F;
}
</style>
background-color css
<style>
a { background-color: #CFCD2F; }
a { background-color: rgb(207,205,47); }
div.DivClassName
{
background-color: #CFCD2F;
}
.BgClassName
{
background-color: #CFCD2F;
}
</style>
border-color css
<style>
span { border-color: #CFCD2F; }
span { border-color: rgb(207,205,47); }
td.TdClassName
{
border-color: #CFCD2F;
}
.TagClassName
{
border-color: #CFCD2F;
}
</style>