Shades of Bitter Lemon #CFD52A
Tints of Bitter Lemon #CFD52A
RGB
CMYK
RGB Variations
Color information
#CFD52A (or 0xCFD52A) is known color: Bitter Lemon. HEX triplet: CF, D5 and 2A. RGB value is (207,213,42). Sum of RGB (Red+Green+Blue) = 207+213+42=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD52A is #302AD5. Grayscale: #C0C0C0. Windows color (decimal): -3156694 or 2807247. OLE color: 2807247.
HSL color Cylindrical-coordinate representation of color #CFD52A: hue angle of 62.11º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD52A is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 42 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.16 |
| HSL | 62.11º | 0.67% | 0.5% | - |
| HSV(B) | 62.11º | 0.8% | 0.84% | - |
| XYZ | 49.94 | 61.02 | 11.34 | - |
| YUV | 191.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 42 | 0.03 | 0 | 0.80 | 0.16 | 62.11 | 0.67 | 0.5 |
| Hex | CF | D5 | 2A | 3 | 0 | 50 | 10 | 3E | 43 | 32 |
| Octal | 317 | 325 | 52 | 3 | 0 | 120 | 20 | 76 | 103 | 62 |
| Binary | 11001111 | 11010101 | 101010 | 11 | 0 | 1010000 | 10000 | 111110 | 1000011 | 110010 |
Color Harmonies of #CFD52A
Complementary color
Monochromatic Colors of #CFD52A
Black with #CFD52A
Text Example
Text Example
White with #CFD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD52A; }
p { color: rgb(207,213,42); }
H1.HeaderClassName
{
color: #CFD52A;
}
.AnyTagClassName
{
color: #CFD52A;
}
</style>
background-color css
<style>
a { background-color: #CFD52A; }
a { background-color: rgb(207,213,42); }
div.DivClassName
{
background-color: #CFD52A;
}
.BgClassName
{
background-color: #CFD52A;
}
</style>
border-color css
<style>
span { border-color: #CFD52A; }
span { border-color: rgb(207,213,42); }
td.TdClassName
{
border-color: #CFD52A;
}
.TagClassName
{
border-color: #CFD52A;
}
</style>