Shades of Bitter Lemon #CFD439
Tints of Bitter Lemon #CFD439
RGB
CMYK
RGB Variations
Color information
#CFD439 (or 0xCFD439) is known color: Bitter Lemon. HEX triplet: CF, D4 and 39. RGB value is (207,212,57). Sum of RGB (Red+Green+Blue) = 207+212+57=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 57 (22.66% from 255 or 11.97% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD439 is #302BC6. Grayscale: #C1C1C1. Windows color (decimal): -3156935 or 3790031. OLE color: 3790031.
HSL color Cylindrical-coordinate representation of color #CFD439: hue angle of 61.94º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFD439 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 57 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.17 |
| HSL | 61.94º | 0.64% | 0.53% | - |
| HSV(B) | 61.94º | 0.73% | 0.83% | - |
| XYZ | 50.01 | 60.65 | 12.94 | - |
| YUV | 192.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 57 | 0.02 | 0 | 0.73 | 0.17 | 61.94 | 0.64 | 0.53 |
| Hex | CF | D4 | 39 | 2 | 0 | 49 | 11 | 3E | 40 | 35 |
| Octal | 317 | 324 | 71 | 2 | 0 | 111 | 21 | 76 | 100 | 65 |
| Binary | 11001111 | 11010100 | 111001 | 10 | 0 | 1001001 | 10001 | 111110 | 1000000 | 110101 |
Color Harmonies of #CFD439
Complementary color
Monochromatic Colors of #CFD439
Black with #CFD439
Text Example
Text Example
White with #CFD439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD439; }
p { color: rgb(207,212,57); }
H1.HeaderClassName
{
color: #CFD439;
}
.AnyTagClassName
{
color: #CFD439;
}
</style>
background-color css
<style>
a { background-color: #CFD439; }
a { background-color: rgb(207,212,57); }
div.DivClassName
{
background-color: #CFD439;
}
.BgClassName
{
background-color: #CFD439;
}
</style>
border-color css
<style>
span { border-color: #CFD439; }
span { border-color: rgb(207,212,57); }
td.TdClassName
{
border-color: #CFD439;
}
.TagClassName
{
border-color: #CFD439;
}
</style>