Shades of Bitter Lemon #CFDA26
Tints of Bitter Lemon #CFDA26
RGB
CMYK
RGB Variations
Color information
#CFDA26 (or 0xCFDA26) is known color: Bitter Lemon. HEX triplet: CF, DA and 26. RGB value is (207,218,38). Sum of RGB (Red+Green+Blue) = 207+218+38=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA26 is #3025D9. Grayscale: #C2C2C2. Windows color (decimal): -3155418 or 2546383. OLE color: 2546383.
HSL color Cylindrical-coordinate representation of color #CFDA26: hue angle of 63.67º degrees, saturation: 0.71, 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 #CFDA26 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 38 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.15 |
| HSL | 63.67º | 0.71% | 0.5% | - |
| HSV(B) | 63.67º | 0.83% | 0.85% | - |
| XYZ | 51.15 | 63.55 | 11.4 | - |
| YUV | 194.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 38 | 0.05 | 0 | 0.83 | 0.15 | 63.67 | 0.71 | 0.5 |
| Hex | CF | DA | 26 | 5 | 0 | 53 | F | 40 | 47 | 32 |
| Octal | 317 | 332 | 46 | 5 | 0 | 123 | 17 | 100 | 107 | 62 |
| Binary | 11001111 | 11011010 | 100110 | 101 | 0 | 1010011 | 1111 | 1000000 | 1000111 | 110010 |
Color Harmonies of #CFDA26
Complementary color
Monochromatic Colors of #CFDA26
Black with #CFDA26
Text Example
Text Example
White with #CFDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA26; }
p { color: rgb(207,218,38); }
H1.HeaderClassName
{
color: #CFDA26;
}
.AnyTagClassName
{
color: #CFDA26;
}
</style>
background-color css
<style>
a { background-color: #CFDA26; }
a { background-color: rgb(207,218,38); }
div.DivClassName
{
background-color: #CFDA26;
}
.BgClassName
{
background-color: #CFDA26;
}
</style>
border-color css
<style>
span { border-color: #CFDA26; }
span { border-color: rgb(207,218,38); }
td.TdClassName
{
border-color: #CFDA26;
}
.TagClassName
{
border-color: #CFDA26;
}
</style>