Shades of Bitter Lemon #CFDB1E
Tints of Bitter Lemon #CFDB1E
RGB
CMYK
RGB Variations
Color information
#CFDB1E (or 0xCFDB1E) is known color: Bitter Lemon. HEX triplet: CF, DB and 1E. RGB value is (207,219,30). Sum of RGB (Red+Green+Blue) = 207+219+30=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB1E is #3024E1. Grayscale: #C2C2C2. Windows color (decimal): -3155170 or 2022351. OLE color: 2022351.
HSL color Cylindrical-coordinate representation of color #CFDB1E: hue angle of 63.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFDB1E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.14 |
| HSL | 63.81º | 0.76% | 0.49% | - |
| HSV(B) | 63.81º | 0.86% | 0.86% | - |
| XYZ | 51.3 | 64.02 | 10.88 | - |
| YUV | 193.87 | 35.52 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 30 | 0.05 | 0 | 0.86 | 0.14 | 63.81 | 0.76 | 0.49 |
| Hex | CF | DB | 1E | 5 | 0 | 56 | E | 40 | 4C | 31 |
| Octal | 317 | 333 | 36 | 5 | 0 | 126 | 16 | 100 | 114 | 61 |
| Binary | 11001111 | 11011011 | 11110 | 101 | 0 | 1010110 | 1110 | 1000000 | 1001100 | 110001 |
Color Harmonies of #CFDB1E
Complementary color
Monochromatic Colors of #CFDB1E
Black with #CFDB1E
Text Example
Text Example
White with #CFDB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB1E; }
p { color: rgb(207,219,30); }
H1.HeaderClassName
{
color: #CFDB1E;
}
.AnyTagClassName
{
color: #CFDB1E;
}
</style>
background-color css
<style>
a { background-color: #CFDB1E; }
a { background-color: rgb(207,219,30); }
div.DivClassName
{
background-color: #CFDB1E;
}
.BgClassName
{
background-color: #CFDB1E;
}
</style>
border-color css
<style>
span { border-color: #CFDB1E; }
span { border-color: rgb(207,219,30); }
td.TdClassName
{
border-color: #CFDB1E;
}
.TagClassName
{
border-color: #CFDB1E;
}
</style>