Shades of Bitter Lemon #CFD331
Tints of Bitter Lemon #CFD331
RGB
CMYK
RGB Variations
Color information
#CFD331 (or 0xCFD331) is known color: Bitter Lemon. HEX triplet: CF, D3 and 31. RGB value is (207,211,49). Sum of RGB (Red+Green+Blue) = 207+211+49=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD331 is #302CCE. Grayscale: #BFBFBF. Windows color (decimal): -3157199 or 3265487. OLE color: 3265487.
HSL color Cylindrical-coordinate representation of color #CFD331: hue angle of 61.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD331 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 49 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.17 |
| HSL | 61.48º | 0.65% | 0.51% | - |
| HSV(B) | 61.48º | 0.77% | 0.83% | - |
| XYZ | 49.58 | 60.08 | 11.89 | - |
| YUV | 191.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 49 | 0.02 | 0 | 0.77 | 0.17 | 61.48 | 0.65 | 0.51 |
| Hex | CF | D3 | 31 | 2 | 0 | 4D | 11 | 3D | 41 | 33 |
| Octal | 317 | 323 | 61 | 2 | 0 | 115 | 21 | 75 | 101 | 63 |
| Binary | 11001111 | 11010011 | 110001 | 10 | 0 | 1001101 | 10001 | 111101 | 1000001 | 110011 |
Color Harmonies of #CFD331
Complementary color
Monochromatic Colors of #CFD331
Black with #CFD331
Text Example
Text Example
White with #CFD331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD331; }
p { color: rgb(207,211,49); }
H1.HeaderClassName
{
color: #CFD331;
}
.AnyTagClassName
{
color: #CFD331;
}
</style>
background-color css
<style>
a { background-color: #CFD331; }
a { background-color: rgb(207,211,49); }
div.DivClassName
{
background-color: #CFD331;
}
.BgClassName
{
background-color: #CFD331;
}
</style>
border-color css
<style>
span { border-color: #CFD331; }
span { border-color: rgb(207,211,49); }
td.TdClassName
{
border-color: #CFD331;
}
.TagClassName
{
border-color: #CFD331;
}
</style>