Shades of Bitter Lemon #CFDA28
Tints of Bitter Lemon #CFDA28
RGB
CMYK
RGB Variations
Color information
#CFDA28 (or 0xCFDA28) is known color: Bitter Lemon. HEX triplet: CF, DA and 28. RGB value is (207,218,40). Sum of RGB (Red+Green+Blue) = 207+218+40=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA28 is #3025D7. Grayscale: #C3C3C3. Windows color (decimal): -3155416 or 2677455. OLE color: 2677455.
HSL color Cylindrical-coordinate representation of color #CFDA28: hue angle of 63.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFDA28 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 40 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.15 |
| HSL | 63.71º | 0.71% | 0.51% | - |
| HSV(B) | 63.71º | 0.82% | 0.85% | - |
| XYZ | 51.19 | 63.56 | 11.58 | - |
| YUV | 194.42 | 40.86 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 40 | 0.05 | 0 | 0.82 | 0.15 | 63.71 | 0.71 | 0.51 |
| Hex | CF | DA | 28 | 5 | 0 | 52 | F | 40 | 47 | 33 |
| Octal | 317 | 332 | 50 | 5 | 0 | 122 | 17 | 100 | 107 | 63 |
| Binary | 11001111 | 11011010 | 101000 | 101 | 0 | 1010010 | 1111 | 1000000 | 1000111 | 110011 |
Color Harmonies of #CFDA28
Complementary color
Monochromatic Colors of #CFDA28
Black with #CFDA28
Text Example
Text Example
White with #CFDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA28; }
p { color: rgb(207,218,40); }
H1.HeaderClassName
{
color: #CFDA28;
}
.AnyTagClassName
{
color: #CFDA28;
}
</style>
background-color css
<style>
a { background-color: #CFDA28; }
a { background-color: rgb(207,218,40); }
div.DivClassName
{
background-color: #CFDA28;
}
.BgClassName
{
background-color: #CFDA28;
}
</style>
border-color css
<style>
span { border-color: #CFDA28; }
span { border-color: rgb(207,218,40); }
td.TdClassName
{
border-color: #CFDA28;
}
.TagClassName
{
border-color: #CFDA28;
}
</style>