Shades of Bitter Lemon #CFD129
Tints of Bitter Lemon #CFD129
RGB
CMYK
RGB Variations
Color information
#CFD129 (or 0xCFD129) is known color: Bitter Lemon. HEX triplet: CF, D1 and 29. RGB value is (207,209,41). Sum of RGB (Red+Green+Blue) = 207+209+41=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD129 is #302ED6. Grayscale: #BDBDBD. Windows color (decimal): -3157719 or 2740687. OLE color: 2740687.
HSL color Cylindrical-coordinate representation of color #CFD129: hue angle of 60.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD129 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 41 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 60.71º | 0.67% | 0.49% | - |
| HSV(B) | 60.71º | 0.8% | 0.82% | - |
| XYZ | 48.93 | 59.03 | 10.91 | - |
| YUV | 189.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 41 | 0.01 | 0 | 0.80 | 0.18 | 60.71 | 0.67 | 0.49 |
| Hex | CF | D1 | 29 | 1 | 0 | 50 | 12 | 3D | 43 | 31 |
| Octal | 317 | 321 | 51 | 1 | 0 | 120 | 22 | 75 | 103 | 61 |
| Binary | 11001111 | 11010001 | 101001 | 1 | 0 | 1010000 | 10010 | 111101 | 1000011 | 110001 |
Color Harmonies of #CFD129
Complementary color
Monochromatic Colors of #CFD129
Black with #CFD129
Text Example
Text Example
White with #CFD129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD129; }
p { color: rgb(207,209,41); }
H1.HeaderClassName
{
color: #CFD129;
}
.AnyTagClassName
{
color: #CFD129;
}
</style>
background-color css
<style>
a { background-color: #CFD129; }
a { background-color: rgb(207,209,41); }
div.DivClassName
{
background-color: #CFD129;
}
.BgClassName
{
background-color: #CFD129;
}
</style>
border-color css
<style>
span { border-color: #CFD129; }
span { border-color: rgb(207,209,41); }
td.TdClassName
{
border-color: #CFD129;
}
.TagClassName
{
border-color: #CFD129;
}
</style>