Shades of Bitter Lemon #CFD53D
Tints of Bitter Lemon #CFD53D
RGB
CMYK
RGB Variations
Color information
#CFD53D (or 0xCFD53D) is known color: Bitter Lemon. HEX triplet: CF, D5 and 3D. RGB value is (207,213,61). Sum of RGB (Red+Green+Blue) = 207+213+61=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD53D is #302AC2. Grayscale: #C2C2C2. Windows color (decimal): -3156675 or 4052431. OLE color: 4052431.
HSL color Cylindrical-coordinate representation of color #CFD53D: hue angle of 62.37º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD53D is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 61 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.16 |
| HSL | 62.37º | 0.64% | 0.54% | - |
| HSV(B) | 62.37º | 0.71% | 0.84% | - |
| XYZ | 50.37 | 61.19 | 13.57 | - |
| YUV | 193.88 | 53.01 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 61 | 0.03 | 0 | 0.71 | 0.16 | 62.37 | 0.64 | 0.54 |
| Hex | CF | D5 | 3D | 3 | 0 | 47 | 10 | 3E | 40 | 36 |
| Octal | 317 | 325 | 75 | 3 | 0 | 107 | 20 | 76 | 100 | 66 |
| Binary | 11001111 | 11010101 | 111101 | 11 | 0 | 1000111 | 10000 | 111110 | 1000000 | 110110 |
Color Harmonies of #CFD53D
Complementary color
Monochromatic Colors of #CFD53D
Black with #CFD53D
Text Example
Text Example
White with #CFD53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD53D; }
p { color: rgb(207,213,61); }
H1.HeaderClassName
{
color: #CFD53D;
}
.AnyTagClassName
{
color: #CFD53D;
}
</style>
background-color css
<style>
a { background-color: #CFD53D; }
a { background-color: rgb(207,213,61); }
div.DivClassName
{
background-color: #CFD53D;
}
.BgClassName
{
background-color: #CFD53D;
}
</style>
border-color css
<style>
span { border-color: #CFD53D; }
span { border-color: rgb(207,213,61); }
td.TdClassName
{
border-color: #CFD53D;
}
.TagClassName
{
border-color: #CFD53D;
}
</style>