Shades of Bitter Lemon #CFD02A
Tints of Bitter Lemon #CFD02A
RGB
CMYK
RGB Variations
Color information
#CFD02A (or 0xCFD02A) is known color: Bitter Lemon. HEX triplet: CF, D0 and 2A. RGB value is (207,208,42). Sum of RGB (Red+Green+Blue) = 207+208+42=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD02A is #302FD5. Grayscale: #BDBDBD. Windows color (decimal): -3157974 or 2805967. OLE color: 2805967.
HSL color Cylindrical-coordinate representation of color #CFD02A: hue angle of 60.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD02A is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 42 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.18 |
| HSL | 60.36º | 0.66% | 0.49% | - |
| HSV(B) | 60.36º | 0.8% | 0.82% | - |
| XYZ | 48.71 | 58.54 | 10.92 | - |
| YUV | 188.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 42 | 0.00 | 0 | 0.80 | 0.18 | 60.36 | 0.66 | 0.49 |
| Hex | CF | D0 | 2A | 0 | 0 | 50 | 12 | 3C | 42 | 31 |
| Octal | 317 | 320 | 52 | 0 | 0 | 120 | 22 | 74 | 102 | 61 |
| Binary | 11001111 | 11010000 | 101010 | 0 | 0 | 1010000 | 10010 | 111100 | 1000010 | 110001 |
Color Harmonies of #CFD02A
Complementary color
Monochromatic Colors of #CFD02A
Black with #CFD02A
Text Example
Text Example
White with #CFD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD02A; }
p { color: rgb(207,208,42); }
H1.HeaderClassName
{
color: #CFD02A;
}
.AnyTagClassName
{
color: #CFD02A;
}
</style>
background-color css
<style>
a { background-color: #CFD02A; }
a { background-color: rgb(207,208,42); }
div.DivClassName
{
background-color: #CFD02A;
}
.BgClassName
{
background-color: #CFD02A;
}
</style>
border-color css
<style>
span { border-color: #CFD02A; }
span { border-color: rgb(207,208,42); }
td.TdClassName
{
border-color: #CFD02A;
}
.TagClassName
{
border-color: #CFD02A;
}
</style>