Shades of Bitter Lemon #CFD231
Tints of Bitter Lemon #CFD231
RGB
CMYK
RGB Variations
Color information
#CFD231 (or 0xCFD231) is known color: Bitter Lemon. HEX triplet: CF, D2 and 31. RGB value is (207,210,49). Sum of RGB (Red+Green+Blue) = 207+210+49=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD231 is #302DCE. Grayscale: #BFBFBF. Windows color (decimal): -3157455 or 3265231. OLE color: 3265231.
HSL color Cylindrical-coordinate representation of color #CFD231: hue angle of 61.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD231 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 49 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.18 |
| HSL | 61.12º | 0.64% | 0.51% | - |
| HSV(B) | 61.12º | 0.77% | 0.82% | - |
| XYZ | 49.33 | 59.58 | 11.81 | - |
| YUV | 190.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 49 | 0.01 | 0 | 0.77 | 0.18 | 61.12 | 0.64 | 0.51 |
| Hex | CF | D2 | 31 | 1 | 0 | 4D | 12 | 3D | 40 | 33 |
| Octal | 317 | 322 | 61 | 1 | 0 | 115 | 22 | 75 | 100 | 63 |
| Binary | 11001111 | 11010010 | 110001 | 1 | 0 | 1001101 | 10010 | 111101 | 1000000 | 110011 |
Color Harmonies of #CFD231
Complementary color
Monochromatic Colors of #CFD231
Black with #CFD231
Text Example
Text Example
White with #CFD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD231; }
p { color: rgb(207,210,49); }
H1.HeaderClassName
{
color: #CFD231;
}
.AnyTagClassName
{
color: #CFD231;
}
</style>
background-color css
<style>
a { background-color: #CFD231; }
a { background-color: rgb(207,210,49); }
div.DivClassName
{
background-color: #CFD231;
}
.BgClassName
{
background-color: #CFD231;
}
</style>
border-color css
<style>
span { border-color: #CFD231; }
span { border-color: rgb(207,210,49); }
td.TdClassName
{
border-color: #CFD231;
}
.TagClassName
{
border-color: #CFD231;
}
</style>