Shades of Bitter Lemon #CFD132
Tints of Bitter Lemon #CFD132
RGB
CMYK
RGB Variations
Color information
#CFD132 (or 0xCFD132) is known color: Bitter Lemon. HEX triplet: CF, D1 and 32. RGB value is (207,209,50). Sum of RGB (Red+Green+Blue) = 207+209+50=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD132 is #302ECD. Grayscale: #BEBEBE. Windows color (decimal): -3157710 or 3330511. OLE color: 3330511.
HSL color Cylindrical-coordinate representation of color #CFD132: hue angle of 60.75º 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 #CFD132 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 50 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.18 |
| HSL | 60.75º | 0.63% | 0.51% | - |
| HSV(B) | 60.75º | 0.76% | 0.82% | - |
| XYZ | 49.11 | 59.1 | 11.84 | - |
| YUV | 190.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 50 | 0.01 | 0 | 0.76 | 0.18 | 60.75 | 0.63 | 0.51 |
| Hex | CF | D1 | 32 | 1 | 0 | 4C | 12 | 3D | 3F | 33 |
| Octal | 317 | 321 | 62 | 1 | 0 | 114 | 22 | 75 | 77 | 63 |
| Binary | 11001111 | 11010001 | 110010 | 1 | 0 | 1001100 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CFD132
Complementary color
Monochromatic Colors of #CFD132
Black with #CFD132
Text Example
Text Example
White with #CFD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD132; }
p { color: rgb(207,209,50); }
H1.HeaderClassName
{
color: #CFD132;
}
.AnyTagClassName
{
color: #CFD132;
}
</style>
background-color css
<style>
a { background-color: #CFD132; }
a { background-color: rgb(207,209,50); }
div.DivClassName
{
background-color: #CFD132;
}
.BgClassName
{
background-color: #CFD132;
}
</style>
border-color css
<style>
span { border-color: #CFD132; }
span { border-color: rgb(207,209,50); }
td.TdClassName
{
border-color: #CFD132;
}
.TagClassName
{
border-color: #CFD132;
}
</style>