Shades of Bitter Lemon #CFD134
Tints of Bitter Lemon #CFD134
RGB
CMYK
RGB Variations
Color information
#CFD134 (or 0xCFD134) is known color: Bitter Lemon. HEX triplet: CF, D1 and 34. RGB value is (207,209,52). Sum of RGB (Red+Green+Blue) = 207+209+52=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD134 is #302ECB. Grayscale: #BFBFBF. Windows color (decimal): -3157708 or 3461583. OLE color: 3461583.
HSL color Cylindrical-coordinate representation of color #CFD134: hue angle of 60.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFD134 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 52 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 60.76º | 0.63% | 0.51% | - |
| HSV(B) | 60.76º | 0.75% | 0.82% | - |
| XYZ | 49.15 | 59.11 | 12.07 | - |
| YUV | 190.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 52 | 0.01 | 0 | 0.75 | 0.18 | 60.76 | 0.63 | 0.51 |
| Hex | CF | D1 | 34 | 1 | 0 | 4B | 12 | 3D | 3F | 33 |
| Octal | 317 | 321 | 64 | 1 | 0 | 113 | 22 | 75 | 77 | 63 |
| Binary | 11001111 | 11010001 | 110100 | 1 | 0 | 1001011 | 10010 | 111101 | 111111 | 110011 |
Color Harmonies of #CFD134
Complementary color
Monochromatic Colors of #CFD134
Black with #CFD134
Text Example
Text Example
White with #CFD134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD134; }
p { color: rgb(207,209,52); }
H1.HeaderClassName
{
color: #CFD134;
}
.AnyTagClassName
{
color: #CFD134;
}
</style>
background-color css
<style>
a { background-color: #CFD134; }
a { background-color: rgb(207,209,52); }
div.DivClassName
{
background-color: #CFD134;
}
.BgClassName
{
background-color: #CFD134;
}
</style>
border-color css
<style>
span { border-color: #CFD134; }
span { border-color: rgb(207,209,52); }
td.TdClassName
{
border-color: #CFD134;
}
.TagClassName
{
border-color: #CFD134;
}
</style>