Shades of Bitter Lemon #CFCE2F
Tints of Bitter Lemon #CFCE2F
RGB
CMYK
RGB Variations
Color information
#CFCE2F (or 0xCFCE2F) is known color: Bitter Lemon. HEX triplet: CF, CE and 2F. RGB value is (207,206,47). Sum of RGB (Red+Green+Blue) = 207+206+47=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE2F is #3031D0. Grayscale: #BCBCBC. Windows color (decimal): -3158481 or 3133135. OLE color: 3133135.
HSL color Cylindrical-coordinate representation of color #CFCE2F: hue angle of 59.62º 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 #CFCE2F is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 47 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.19 |
| HSL | 59.63º | 0.63% | 0.5% | - |
| HSV(B) | 59.63º | 0.77% | 0.81% | - |
| XYZ | 48.32 | 57.61 | 11.26 | - |
| YUV | 188.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 47 | 0 | 0.00 | 0.77 | 0.19 | 59.63 | 0.63 | 0.5 |
| Hex | CF | CE | 2F | 0 | 0 | 4D | 13 | 3C | 3F | 32 |
| Octal | 317 | 316 | 57 | 0 | 0 | 115 | 23 | 74 | 77 | 62 |
| Binary | 11001111 | 11001110 | 101111 | 0 | 0 | 1001101 | 10011 | 111100 | 111111 | 110010 |
Color Harmonies of #CFCE2F
Complementary color
Monochromatic Colors of #CFCE2F
Black with #CFCE2F
Text Example
Text Example
White with #CFCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE2F; }
p { color: rgb(207,206,47); }
H1.HeaderClassName
{
color: #CFCE2F;
}
.AnyTagClassName
{
color: #CFCE2F;
}
</style>
background-color css
<style>
a { background-color: #CFCE2F; }
a { background-color: rgb(207,206,47); }
div.DivClassName
{
background-color: #CFCE2F;
}
.BgClassName
{
background-color: #CFCE2F;
}
</style>
border-color css
<style>
span { border-color: #CFCE2F; }
span { border-color: rgb(207,206,47); }
td.TdClassName
{
border-color: #CFCE2F;
}
.TagClassName
{
border-color: #CFCE2F;
}
</style>