Shades of Bitter Lemon #CFD52D
Tints of Bitter Lemon #CFD52D
RGB
CMYK
RGB Variations
Color information
#CFD52D (or 0xCFD52D) is known color: Bitter Lemon. HEX triplet: CF, D5 and 2D. RGB value is (207,213,45). Sum of RGB (Red+Green+Blue) = 207+213+45=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD52D is #302AD2. Grayscale: #C0C0C0. Windows color (decimal): -3156691 or 3003855. OLE color: 3003855.
HSL color Cylindrical-coordinate representation of color #CFD52D: hue angle of 62.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFD52D is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 45 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.16 |
| HSL | 62.14º | 0.67% | 0.51% | - |
| HSV(B) | 62.14º | 0.79% | 0.84% | - |
| XYZ | 50 | 61.04 | 11.63 | - |
| YUV | 192.05 | 45.01 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 45 | 0.03 | 0 | 0.79 | 0.16 | 62.14 | 0.67 | 0.51 |
| Hex | CF | D5 | 2D | 3 | 0 | 4F | 10 | 3E | 43 | 33 |
| Octal | 317 | 325 | 55 | 3 | 0 | 117 | 20 | 76 | 103 | 63 |
| Binary | 11001111 | 11010101 | 101101 | 11 | 0 | 1001111 | 10000 | 111110 | 1000011 | 110011 |
Color Harmonies of #CFD52D
Complementary color
Monochromatic Colors of #CFD52D
Black with #CFD52D
Text Example
Text Example
White with #CFD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD52D; }
p { color: rgb(207,213,45); }
H1.HeaderClassName
{
color: #CFD52D;
}
.AnyTagClassName
{
color: #CFD52D;
}
</style>
background-color css
<style>
a { background-color: #CFD52D; }
a { background-color: rgb(207,213,45); }
div.DivClassName
{
background-color: #CFD52D;
}
.BgClassName
{
background-color: #CFD52D;
}
</style>
border-color css
<style>
span { border-color: #CFD52D; }
span { border-color: rgb(207,213,45); }
td.TdClassName
{
border-color: #CFD52D;
}
.TagClassName
{
border-color: #CFD52D;
}
</style>