Shades of Bitter Lemon #CFDA1E
Tints of Bitter Lemon #CFDA1E
RGB
CMYK
RGB Variations
Color information
#CFDA1E (or 0xCFDA1E) is known color: Bitter Lemon. HEX triplet: CF, DA and 1E. RGB value is (207,218,30). Sum of RGB (Red+Green+Blue) = 207+218+30=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA1E is #3025E1. Grayscale: #C2C2C2. Windows color (decimal): -3155426 or 2022095. OLE color: 2022095.
HSL color Cylindrical-coordinate representation of color #CFDA1E: hue angle of 63.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFDA1E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.15 |
| HSL | 63.51º | 0.76% | 0.49% | - |
| HSV(B) | 63.51º | 0.86% | 0.85% | - |
| XYZ | 51.04 | 63.5 | 10.8 | - |
| YUV | 193.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 30 | 0.05 | 0 | 0.86 | 0.15 | 63.51 | 0.76 | 0.49 |
| Hex | CF | DA | 1E | 5 | 0 | 56 | F | 40 | 4C | 31 |
| Octal | 317 | 332 | 36 | 5 | 0 | 126 | 17 | 100 | 114 | 61 |
| Binary | 11001111 | 11011010 | 11110 | 101 | 0 | 1010110 | 1111 | 1000000 | 1001100 | 110001 |
Color Harmonies of #CFDA1E
Complementary color
Monochromatic Colors of #CFDA1E
Black with #CFDA1E
Text Example
Text Example
White with #CFDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA1E; }
p { color: rgb(207,218,30); }
H1.HeaderClassName
{
color: #CFDA1E;
}
.AnyTagClassName
{
color: #CFDA1E;
}
</style>
background-color css
<style>
a { background-color: #CFDA1E; }
a { background-color: rgb(207,218,30); }
div.DivClassName
{
background-color: #CFDA1E;
}
.BgClassName
{
background-color: #CFDA1E;
}
</style>
border-color css
<style>
span { border-color: #CFDA1E; }
span { border-color: rgb(207,218,30); }
td.TdClassName
{
border-color: #CFDA1E;
}
.TagClassName
{
border-color: #CFDA1E;
}
</style>