Shades of Bitter Lemon #CFDA27
Tints of Bitter Lemon #CFDA27
RGB
CMYK
RGB Variations
Color information
#CFDA27 (or 0xCFDA27) is known color: Bitter Lemon. HEX triplet: CF, DA and 27. RGB value is (207,218,39). Sum of RGB (Red+Green+Blue) = 207+218+39=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA27 is #3025D8. Grayscale: #C3C3C3. Windows color (decimal): -3155417 or 2611919. OLE color: 2611919.
HSL color Cylindrical-coordinate representation of color #CFDA27: hue angle of 63.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFDA27 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.15 |
| HSL | 63.69º | 0.71% | 0.5% | - |
| HSV(B) | 63.69º | 0.82% | 0.85% | - |
| XYZ | 51.17 | 63.55 | 11.49 | - |
| YUV | 194.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 39 | 0.05 | 0 | 0.82 | 0.15 | 63.69 | 0.71 | 0.5 |
| Hex | CF | DA | 27 | 5 | 0 | 52 | F | 40 | 47 | 32 |
| Octal | 317 | 332 | 47 | 5 | 0 | 122 | 17 | 100 | 107 | 62 |
| Binary | 11001111 | 11011010 | 100111 | 101 | 0 | 1010010 | 1111 | 1000000 | 1000111 | 110010 |
Color Harmonies of #CFDA27
Complementary color
Monochromatic Colors of #CFDA27
Black with #CFDA27
Text Example
Text Example
White with #CFDA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA27; }
p { color: rgb(207,218,39); }
H1.HeaderClassName
{
color: #CFDA27;
}
.AnyTagClassName
{
color: #CFDA27;
}
</style>
background-color css
<style>
a { background-color: #CFDA27; }
a { background-color: rgb(207,218,39); }
div.DivClassName
{
background-color: #CFDA27;
}
.BgClassName
{
background-color: #CFDA27;
}
</style>
border-color css
<style>
span { border-color: #CFDA27; }
span { border-color: rgb(207,218,39); }
td.TdClassName
{
border-color: #CFDA27;
}
.TagClassName
{
border-color: #CFDA27;
}
</style>