Shades of Bitter Lemon #CFDA24
Tints of Bitter Lemon #CFDA24
RGB
CMYK
RGB Variations
Color information
#CFDA24 (or 0xCFDA24) is known color: Bitter Lemon. HEX triplet: CF, DA and 24. RGB value is (207,218,36). Sum of RGB (Red+Green+Blue) = 207+218+36=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 36 (14.45% from 255 or 7.81% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA24 is #3025DB. Grayscale: #C2C2C2. Windows color (decimal): -3155420 or 2415311. OLE color: 2415311.
HSL color Cylindrical-coordinate representation of color #CFDA24: hue angle of 63.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFDA24 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 36 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.15 |
| HSL | 63.63º | 0.72% | 0.5% | - |
| HSV(B) | 63.63º | 0.83% | 0.85% | - |
| XYZ | 51.12 | 63.54 | 11.24 | - |
| YUV | 193.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 36 | 0.05 | 0 | 0.83 | 0.15 | 63.63 | 0.72 | 0.5 |
| Hex | CF | DA | 24 | 5 | 0 | 53 | F | 40 | 48 | 32 |
| Octal | 317 | 332 | 44 | 5 | 0 | 123 | 17 | 100 | 110 | 62 |
| Binary | 11001111 | 11011010 | 100100 | 101 | 0 | 1010011 | 1111 | 1000000 | 1001000 | 110010 |
Color Harmonies of #CFDA24
Complementary color
Monochromatic Colors of #CFDA24
Black with #CFDA24
Text Example
Text Example
White with #CFDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA24; }
p { color: rgb(207,218,36); }
H1.HeaderClassName
{
color: #CFDA24;
}
.AnyTagClassName
{
color: #CFDA24;
}
</style>
background-color css
<style>
a { background-color: #CFDA24; }
a { background-color: rgb(207,218,36); }
div.DivClassName
{
background-color: #CFDA24;
}
.BgClassName
{
background-color: #CFDA24;
}
</style>
border-color css
<style>
span { border-color: #CFDA24; }
span { border-color: rgb(207,218,36); }
td.TdClassName
{
border-color: #CFDA24;
}
.TagClassName
{
border-color: #CFDA24;
}
</style>