Shades of Bitter Lemon #CFD932
Tints of Bitter Lemon #CFD932
RGB
CMYK
RGB Variations
Color information
#CFD932 (or 0xCFD932) is known color: Bitter Lemon. HEX triplet: CF, D9 and 32. RGB value is (207,217,50). Sum of RGB (Red+Green+Blue) = 207+217+50=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD932 is #3026CD. Grayscale: #C3C3C3. Windows color (decimal): -3155662 or 3332559. OLE color: 3332559.
HSL color Cylindrical-coordinate representation of color #CFD932: hue angle of 63.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD932 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 50 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.15 |
| HSL | 63.59º | 0.69% | 0.52% | - |
| HSV(B) | 63.59º | 0.77% | 0.85% | - |
| XYZ | 51.12 | 63.12 | 12.51 | - |
| YUV | 194.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 50 | 0.05 | 0 | 0.77 | 0.15 | 63.59 | 0.69 | 0.52 |
| Hex | CF | D9 | 32 | 5 | 0 | 4D | F | 40 | 45 | 34 |
| Octal | 317 | 331 | 62 | 5 | 0 | 115 | 17 | 100 | 105 | 64 |
| Binary | 11001111 | 11011001 | 110010 | 101 | 0 | 1001101 | 1111 | 1000000 | 1000101 | 110100 |
Color Harmonies of #CFD932
Complementary color
Monochromatic Colors of #CFD932
Black with #CFD932
Text Example
Text Example
White with #CFD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD932; }
p { color: rgb(207,217,50); }
H1.HeaderClassName
{
color: #CFD932;
}
.AnyTagClassName
{
color: #CFD932;
}
</style>
background-color css
<style>
a { background-color: #CFD932; }
a { background-color: rgb(207,217,50); }
div.DivClassName
{
background-color: #CFD932;
}
.BgClassName
{
background-color: #CFD932;
}
</style>
border-color css
<style>
span { border-color: #CFD932; }
span { border-color: rgb(207,217,50); }
td.TdClassName
{
border-color: #CFD932;
}
.TagClassName
{
border-color: #CFD932;
}
</style>