Shades of Bitter Lemon #CFDA20
Tints of Bitter Lemon #CFDA20
RGB
CMYK
RGB Variations
Color information
#CFDA20 (or 0xCFDA20) is known color: Bitter Lemon. HEX triplet: CF, DA and 20. RGB value is (207,218,32). Sum of RGB (Red+Green+Blue) = 207+218+32=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA20 is #3025DF. Grayscale: #C2C2C2. Windows color (decimal): -3155424 or 2153167. OLE color: 2153167.
HSL color Cylindrical-coordinate representation of color #CFDA20: hue angle of 63.55º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFDA20 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.15 |
| HSL | 63.55º | 0.74% | 0.49% | - |
| HSV(B) | 63.55º | 0.85% | 0.85% | - |
| XYZ | 51.06 | 63.51 | 10.93 | - |
| YUV | 193.51 | 36.86 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 32 | 0.05 | 0 | 0.85 | 0.15 | 63.55 | 0.74 | 0.49 |
| Hex | CF | DA | 20 | 5 | 0 | 55 | F | 40 | 4A | 31 |
| Octal | 317 | 332 | 40 | 5 | 0 | 125 | 17 | 100 | 112 | 61 |
| Binary | 11001111 | 11011010 | 100000 | 101 | 0 | 1010101 | 1111 | 1000000 | 1001010 | 110001 |
Color Harmonies of #CFDA20
Complementary color
Monochromatic Colors of #CFDA20
Black with #CFDA20
Text Example
Text Example
White with #CFDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA20; }
p { color: rgb(207,218,32); }
H1.HeaderClassName
{
color: #CFDA20;
}
.AnyTagClassName
{
color: #CFDA20;
}
</style>
background-color css
<style>
a { background-color: #CFDA20; }
a { background-color: rgb(207,218,32); }
div.DivClassName
{
background-color: #CFDA20;
}
.BgClassName
{
background-color: #CFDA20;
}
</style>
border-color css
<style>
span { border-color: #CFDA20; }
span { border-color: rgb(207,218,32); }
td.TdClassName
{
border-color: #CFDA20;
}
.TagClassName
{
border-color: #CFDA20;
}
</style>