Shades of Bitter Lemon #CFD921
Tints of Bitter Lemon #CFD921
RGB
CMYK
RGB Variations
Color information
#CFD921 (or 0xCFD921) is known color: Bitter Lemon. HEX triplet: CF, D9 and 21. RGB value is (207,217,33). Sum of RGB (Red+Green+Blue) = 207+217+33=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD921 is #3026DE. Grayscale: #C1C1C1. Windows color (decimal): -3155679 or 2218447. OLE color: 2218447.
HSL color Cylindrical-coordinate representation of color #CFD921: hue angle of 63.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD921 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.15 |
| HSL | 63.26º | 0.74% | 0.49% | - |
| HSV(B) | 63.26º | 0.85% | 0.85% | - |
| XYZ | 50.82 | 63 | 10.92 | - |
| YUV | 193.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 33 | 0.05 | 0 | 0.85 | 0.15 | 63.26 | 0.74 | 0.49 |
| Hex | CF | D9 | 21 | 5 | 0 | 55 | F | 3F | 4A | 31 |
| Octal | 317 | 331 | 41 | 5 | 0 | 125 | 17 | 77 | 112 | 61 |
| Binary | 11001111 | 11011001 | 100001 | 101 | 0 | 1010101 | 1111 | 111111 | 1001010 | 110001 |
Color Harmonies of #CFD921
Complementary color
Monochromatic Colors of #CFD921
Black with #CFD921
Text Example
Text Example
White with #CFD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD921; }
p { color: rgb(207,217,33); }
H1.HeaderClassName
{
color: #CFD921;
}
.AnyTagClassName
{
color: #CFD921;
}
</style>
background-color css
<style>
a { background-color: #CFD921; }
a { background-color: rgb(207,217,33); }
div.DivClassName
{
background-color: #CFD921;
}
.BgClassName
{
background-color: #CFD921;
}
</style>
border-color css
<style>
span { border-color: #CFD921; }
span { border-color: rgb(207,217,33); }
td.TdClassName
{
border-color: #CFD921;
}
.TagClassName
{
border-color: #CFD921;
}
</style>