Shades of Bitter Lemon #CFDB1A
Tints of Bitter Lemon #CFDB1A
RGB
CMYK
RGB Variations
Color information
#CFDB1A (or 0xCFDB1A) is known color: Bitter Lemon. HEX triplet: CF, DB and 1A. RGB value is (207,219,26). Sum of RGB (Red+Green+Blue) = 207+219+26=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB1A is #3024E5. Grayscale: #C2C2C2. Windows color (decimal): -3155174 or 1760207. OLE color: 1760207.
HSL color Cylindrical-coordinate representation of color #CFDB1A: hue angle of 63.73º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFDB1A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 26 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.14 |
| HSL | 63.73º | 0.79% | 0.48% | - |
| HSV(B) | 63.73º | 0.88% | 0.86% | - |
| XYZ | 51.25 | 64 | 10.63 | - |
| YUV | 193.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 26 | 0.05 | 0 | 0.88 | 0.14 | 63.73 | 0.79 | 0.48 |
| Hex | CF | DB | 1A | 5 | 0 | 58 | E | 40 | 4F | 30 |
| Octal | 317 | 333 | 32 | 5 | 0 | 130 | 16 | 100 | 117 | 60 |
| Binary | 11001111 | 11011011 | 11010 | 101 | 0 | 1011000 | 1110 | 1000000 | 1001111 | 110000 |
Color Harmonies of #CFDB1A
Complementary color
Monochromatic Colors of #CFDB1A
Black with #CFDB1A
Text Example
Text Example
White with #CFDB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB1A; }
p { color: rgb(207,219,26); }
H1.HeaderClassName
{
color: #CFDB1A;
}
.AnyTagClassName
{
color: #CFDB1A;
}
</style>
background-color css
<style>
a { background-color: #CFDB1A; }
a { background-color: rgb(207,219,26); }
div.DivClassName
{
background-color: #CFDB1A;
}
.BgClassName
{
background-color: #CFDB1A;
}
</style>
border-color css
<style>
span { border-color: #CFDB1A; }
span { border-color: rgb(207,219,26); }
td.TdClassName
{
border-color: #CFDB1A;
}
.TagClassName
{
border-color: #CFDB1A;
}
</style>