Shades of Bitter Lemon #CFDA1D
Tints of Bitter Lemon #CFDA1D
RGB
CMYK
RGB Variations
Color information
#CFDA1D (or 0xCFDA1D) is known color: Bitter Lemon. HEX triplet: CF, DA and 1D. RGB value is (207,218,29). Sum of RGB (Red+Green+Blue) = 207+218+29=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA1D is #3025E2. Grayscale: #C1C1C1. Windows color (decimal): -3155427 or 1956559. OLE color: 1956559.
HSL color Cylindrical-coordinate representation of color #CFDA1D: hue angle of 63.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFDA1D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 29 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.15 |
| HSL | 63.49º | 0.77% | 0.48% | - |
| HSV(B) | 63.49º | 0.87% | 0.85% | - |
| XYZ | 51.03 | 63.5 | 10.73 | - |
| YUV | 193.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 29 | 0.05 | 0 | 0.87 | 0.15 | 63.49 | 0.77 | 0.48 |
| Hex | CF | DA | 1D | 5 | 0 | 57 | F | 3F | 4D | 30 |
| Octal | 317 | 332 | 35 | 5 | 0 | 127 | 17 | 77 | 115 | 60 |
| Binary | 11001111 | 11011010 | 11101 | 101 | 0 | 1010111 | 1111 | 111111 | 1001101 | 110000 |
Color Harmonies of #CFDA1D
Complementary color
Monochromatic Colors of #CFDA1D
Black with #CFDA1D
Text Example
Text Example
White with #CFDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA1D; }
p { color: rgb(207,218,29); }
H1.HeaderClassName
{
color: #CFDA1D;
}
.AnyTagClassName
{
color: #CFDA1D;
}
</style>
background-color css
<style>
a { background-color: #CFDA1D; }
a { background-color: rgb(207,218,29); }
div.DivClassName
{
background-color: #CFDA1D;
}
.BgClassName
{
background-color: #CFDA1D;
}
</style>
border-color css
<style>
span { border-color: #CFDA1D; }
span { border-color: rgb(207,218,29); }
td.TdClassName
{
border-color: #CFDA1D;
}
.TagClassName
{
border-color: #CFDA1D;
}
</style>