Shades of Bitter Lemon #CFD032
Tints of Bitter Lemon #CFD032
RGB
CMYK
RGB Variations
Color information
#CFD032 (or 0xCFD032) is known color: Bitter Lemon. HEX triplet: CF, D0 and 32. RGB value is (207,208,50). Sum of RGB (Red+Green+Blue) = 207+208+50=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD032 is #302FCD. Grayscale: #BEBEBE. Windows color (decimal): -3157966 or 3330255. OLE color: 3330255.
HSL color Cylindrical-coordinate representation of color #CFD032: hue angle of 60.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFD032 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 50 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.18 |
| HSL | 60.38º | 0.63% | 0.51% | - |
| HSV(B) | 60.38º | 0.76% | 0.82% | - |
| XYZ | 48.86 | 58.61 | 11.75 | - |
| YUV | 189.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 50 | 0.00 | 0 | 0.76 | 0.18 | 60.38 | 0.63 | 0.51 |
| Hex | CF | D0 | 32 | 0 | 0 | 4C | 12 | 3C | 3F | 33 |
| Octal | 317 | 320 | 62 | 0 | 0 | 114 | 22 | 74 | 77 | 63 |
| Binary | 11001111 | 11010000 | 110010 | 0 | 0 | 1001100 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #CFD032
Complementary color
Monochromatic Colors of #CFD032
Black with #CFD032
Text Example
Text Example
White with #CFD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD032; }
p { color: rgb(207,208,50); }
H1.HeaderClassName
{
color: #CFD032;
}
.AnyTagClassName
{
color: #CFD032;
}
</style>
background-color css
<style>
a { background-color: #CFD032; }
a { background-color: rgb(207,208,50); }
div.DivClassName
{
background-color: #CFD032;
}
.BgClassName
{
background-color: #CFD032;
}
</style>
border-color css
<style>
span { border-color: #CFD032; }
span { border-color: rgb(207,208,50); }
td.TdClassName
{
border-color: #CFD032;
}
.TagClassName
{
border-color: #CFD032;
}
</style>