Shades of Bitter Lemon #CFD92A
Tints of Bitter Lemon #CFD92A
RGB
CMYK
RGB Variations
Color information
#CFD92A (or 0xCFD92A) is known color: Bitter Lemon. HEX triplet: CF, D9 and 2A. RGB value is (207,217,42). Sum of RGB (Red+Green+Blue) = 207+217+42=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD92A is #3026D5. Grayscale: #C2C2C2. Windows color (decimal): -3155670 or 2808271. OLE color: 2808271.
HSL color Cylindrical-coordinate representation of color #CFD92A: hue angle of 63.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFD92A is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 42 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.15 |
| HSL | 63.43º | 0.7% | 0.51% | - |
| HSV(B) | 63.43º | 0.81% | 0.85% | - |
| XYZ | 50.96 | 63.06 | 11.68 | - |
| YUV | 194.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 42 | 0.05 | 0 | 0.81 | 0.15 | 63.43 | 0.7 | 0.51 |
| Hex | CF | D9 | 2A | 5 | 0 | 51 | F | 3F | 46 | 33 |
| Octal | 317 | 331 | 52 | 5 | 0 | 121 | 17 | 77 | 106 | 63 |
| Binary | 11001111 | 11011001 | 101010 | 101 | 0 | 1010001 | 1111 | 111111 | 1000110 | 110011 |
Color Harmonies of #CFD92A
Complementary color
Monochromatic Colors of #CFD92A
Black with #CFD92A
Text Example
Text Example
White with #CFD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD92A; }
p { color: rgb(207,217,42); }
H1.HeaderClassName
{
color: #CFD92A;
}
.AnyTagClassName
{
color: #CFD92A;
}
</style>
background-color css
<style>
a { background-color: #CFD92A; }
a { background-color: rgb(207,217,42); }
div.DivClassName
{
background-color: #CFD92A;
}
.BgClassName
{
background-color: #CFD92A;
}
</style>
border-color css
<style>
span { border-color: #CFD92A; }
span { border-color: rgb(207,217,42); }
td.TdClassName
{
border-color: #CFD92A;
}
.TagClassName
{
border-color: #CFD92A;
}
</style>