Shades of Bitter Lemon #CFDB3A
Tints of Bitter Lemon #CFDB3A
RGB
CMYK
RGB Variations
Color information
#CFDB3A (or 0xCFDB3A) is known color: Bitter Lemon. HEX triplet: CF, DB and 3A. RGB value is (207,219,58). Sum of RGB (Red+Green+Blue) = 207+219+58=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB3A is #3024C5. Grayscale: #C5C5C5. Windows color (decimal): -3155142 or 3857359. OLE color: 3857359.
HSL color Cylindrical-coordinate representation of color #CFDB3A: hue angle of 64.47º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFDB3A is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 58 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.14 |
| HSL | 64.47º | 0.69% | 0.54% | - |
| HSV(B) | 64.47º | 0.74% | 0.86% | - |
| XYZ | 51.83 | 64.23 | 13.67 | - |
| YUV | 197.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 58 | 0.05 | 0 | 0.74 | 0.14 | 64.47 | 0.69 | 0.54 |
| Hex | CF | DB | 3A | 5 | 0 | 4A | E | 40 | 45 | 36 |
| Octal | 317 | 333 | 72 | 5 | 0 | 112 | 16 | 100 | 105 | 66 |
| Binary | 11001111 | 11011011 | 111010 | 101 | 0 | 1001010 | 1110 | 1000000 | 1000101 | 110110 |
Color Harmonies of #CFDB3A
Complementary color
Monochromatic Colors of #CFDB3A
Black with #CFDB3A
Text Example
Text Example
White with #CFDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB3A; }
p { color: rgb(207,219,58); }
H1.HeaderClassName
{
color: #CFDB3A;
}
.AnyTagClassName
{
color: #CFDB3A;
}
</style>
background-color css
<style>
a { background-color: #CFDB3A; }
a { background-color: rgb(207,219,58); }
div.DivClassName
{
background-color: #CFDB3A;
}
.BgClassName
{
background-color: #CFDB3A;
}
</style>
border-color css
<style>
span { border-color: #CFDB3A; }
span { border-color: rgb(207,219,58); }
td.TdClassName
{
border-color: #CFDB3A;
}
.TagClassName
{
border-color: #CFDB3A;
}
</style>