Shades of Bitter Lemon #CFD531
Tints of Bitter Lemon #CFD531
RGB
CMYK
RGB Variations
Color information
#CFD531 (or 0xCFD531) is known color: Bitter Lemon. HEX triplet: CF, D5 and 31. RGB value is (207,213,49). Sum of RGB (Red+Green+Blue) = 207+213+49=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD531 is #302ACE. Grayscale: #C1C1C1. Windows color (decimal): -3156687 or 3265999. OLE color: 3265999.
HSL color Cylindrical-coordinate representation of color #CFD531: hue angle of 62.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD531 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 49 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.16 |
| HSL | 62.2º | 0.66% | 0.51% | - |
| HSV(B) | 62.2º | 0.77% | 0.84% | - |
| XYZ | 50.08 | 61.08 | 12.05 | - |
| YUV | 192.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 49 | 0.03 | 0 | 0.77 | 0.16 | 62.2 | 0.66 | 0.51 |
| Hex | CF | D5 | 31 | 3 | 0 | 4D | 10 | 3E | 42 | 33 |
| Octal | 317 | 325 | 61 | 3 | 0 | 115 | 20 | 76 | 102 | 63 |
| Binary | 11001111 | 11010101 | 110001 | 11 | 0 | 1001101 | 10000 | 111110 | 1000010 | 110011 |
Color Harmonies of #CFD531
Complementary color
Monochromatic Colors of #CFD531
Black with #CFD531
Text Example
Text Example
White with #CFD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD531; }
p { color: rgb(207,213,49); }
H1.HeaderClassName
{
color: #CFD531;
}
.AnyTagClassName
{
color: #CFD531;
}
</style>
background-color css
<style>
a { background-color: #CFD531; }
a { background-color: rgb(207,213,49); }
div.DivClassName
{
background-color: #CFD531;
}
.BgClassName
{
background-color: #CFD531;
}
</style>
border-color css
<style>
span { border-color: #CFD531; }
span { border-color: rgb(207,213,49); }
td.TdClassName
{
border-color: #CFD531;
}
.TagClassName
{
border-color: #CFD531;
}
</style>