Shades of Bitter Lemon #CFDA3B
Tints of Bitter Lemon #CFDA3B
RGB
CMYK
RGB Variations
Color information
#CFDA3B (or 0xCFDA3B) is known color: Bitter Lemon. HEX triplet: CF, DA and 3B. RGB value is (207,218,59). Sum of RGB (Red+Green+Blue) = 207+218+59=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA3B is #3025C4. Grayscale: #C5C5C5. Windows color (decimal): -3155397 or 3922639. OLE color: 3922639.
HSL color Cylindrical-coordinate representation of color #CFDA3B: hue angle of 64.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFDA3B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 59 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.15 |
| HSL | 64.15º | 0.68% | 0.54% | - |
| HSV(B) | 64.15º | 0.73% | 0.85% | - |
| XYZ | 51.59 | 63.72 | 13.72 | - |
| YUV | 196.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 59 | 0.05 | 0 | 0.73 | 0.15 | 64.15 | 0.68 | 0.54 |
| Hex | CF | DA | 3B | 5 | 0 | 49 | F | 40 | 44 | 36 |
| Octal | 317 | 332 | 73 | 5 | 0 | 111 | 17 | 100 | 104 | 66 |
| Binary | 11001111 | 11011010 | 111011 | 101 | 0 | 1001001 | 1111 | 1000000 | 1000100 | 110110 |
Color Harmonies of #CFDA3B
Complementary color
Monochromatic Colors of #CFDA3B
Black with #CFDA3B
Text Example
Text Example
White with #CFDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA3B; }
p { color: rgb(207,218,59); }
H1.HeaderClassName
{
color: #CFDA3B;
}
.AnyTagClassName
{
color: #CFDA3B;
}
</style>
background-color css
<style>
a { background-color: #CFDA3B; }
a { background-color: rgb(207,218,59); }
div.DivClassName
{
background-color: #CFDA3B;
}
.BgClassName
{
background-color: #CFDA3B;
}
</style>
border-color css
<style>
span { border-color: #CFDA3B; }
span { border-color: rgb(207,218,59); }
td.TdClassName
{
border-color: #CFDA3B;
}
.TagClassName
{
border-color: #CFDA3B;
}
</style>