Shades of Bitter Lemon #CFD534
Tints of Bitter Lemon #CFD534
RGB
CMYK
RGB Variations
Color information
#CFD534 (or 0xCFD534) is known color: Bitter Lemon. HEX triplet: CF, D5 and 34. RGB value is (207,213,52). Sum of RGB (Red+Green+Blue) = 207+213+52=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD534 is #302ACB. Grayscale: #C1C1C1. Windows color (decimal): -3156684 or 3462607. OLE color: 3462607.
HSL color Cylindrical-coordinate representation of color #CFD534: hue angle of 62.24º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFD534 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 52 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.16 |
| HSL | 62.24º | 0.66% | 0.52% | - |
| HSV(B) | 62.24º | 0.76% | 0.84% | - |
| XYZ | 50.15 | 61.1 | 12.4 | - |
| YUV | 192.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 52 | 0.03 | 0 | 0.76 | 0.16 | 62.24 | 0.66 | 0.52 |
| Hex | CF | D5 | 34 | 3 | 0 | 4C | 10 | 3E | 42 | 34 |
| Octal | 317 | 325 | 64 | 3 | 0 | 114 | 20 | 76 | 102 | 64 |
| Binary | 11001111 | 11010101 | 110100 | 11 | 0 | 1001100 | 10000 | 111110 | 1000010 | 110100 |
Color Harmonies of #CFD534
Complementary color
Monochromatic Colors of #CFD534
Black with #CFD534
Text Example
Text Example
White with #CFD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD534; }
p { color: rgb(207,213,52); }
H1.HeaderClassName
{
color: #CFD534;
}
.AnyTagClassName
{
color: #CFD534;
}
</style>
background-color css
<style>
a { background-color: #CFD534; }
a { background-color: rgb(207,213,52); }
div.DivClassName
{
background-color: #CFD534;
}
.BgClassName
{
background-color: #CFD534;
}
</style>
border-color css
<style>
span { border-color: #CFD534; }
span { border-color: rgb(207,213,52); }
td.TdClassName
{
border-color: #CFD534;
}
.TagClassName
{
border-color: #CFD534;
}
</style>