Shades of Bitter Lemon #CFD133
Tints of Bitter Lemon #CFD133
RGB
CMYK
RGB Variations
Color information
#CFD133 (or 0xCFD133) is known color: Bitter Lemon. HEX triplet: CF, D1 and 33. RGB value is (207,209,51). Sum of RGB (Red+Green+Blue) = 207+209+51=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD133 is #302ECC. Grayscale: #BFBFBF. Windows color (decimal): -3157709 or 3396047. OLE color: 3396047.
HSL color Cylindrical-coordinate representation of color #CFD133: hue angle of 60.76º 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 #CFD133 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 51 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.18 |
| HSL | 60.76º | 0.63% | 0.51% | - |
| HSV(B) | 60.76º | 0.76% | 0.82% | - |
| XYZ | 49.13 | 59.11 | 11.95 | - |
| YUV | 190.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 51 | 0.01 | 0 | 0.76 | 0.18 | 60.76 | 0.63 | 0.51 |
| Hex | CF | D1 | 33 | 1 | 0 | 4C | 12 | 3D | 3F | 33 |
| Octal | 317 | 321 | 63 | 1 | 0 | 114 | 22 | 75 | 77 | 63 |
| Binary | 11001111 | 11010001 | 110011 | 1 | 0 | 1001100 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CFD133
Complementary color
Monochromatic Colors of #CFD133
Black with #CFD133
Text Example
Text Example
White with #CFD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD133; }
p { color: rgb(207,209,51); }
H1.HeaderClassName
{
color: #CFD133;
}
.AnyTagClassName
{
color: #CFD133;
}
</style>
background-color css
<style>
a { background-color: #CFD133; }
a { background-color: rgb(207,209,51); }
div.DivClassName
{
background-color: #CFD133;
}
.BgClassName
{
background-color: #CFD133;
}
</style>
border-color css
<style>
span { border-color: #CFD133; }
span { border-color: rgb(207,209,51); }
td.TdClassName
{
border-color: #CFD133;
}
.TagClassName
{
border-color: #CFD133;
}
</style>