Shades of Bitter Lemon #CFD834
Tints of Bitter Lemon #CFD834
RGB
CMYK
RGB Variations
Color information
#CFD834 (or 0xCFD834) is known color: Bitter Lemon. HEX triplet: CF, D8 and 34. RGB value is (207,216,52). Sum of RGB (Red+Green+Blue) = 207+216+52=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD834 is #3027CB. Grayscale: #C3C3C3. Windows color (decimal): -3155916 or 3463375. OLE color: 3463375.
HSL color Cylindrical-coordinate representation of color #CFD834: hue angle of 63.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFD834 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 52 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.15 |
| HSL | 63.29º | 0.68% | 0.53% | - |
| HSV(B) | 63.29º | 0.76% | 0.85% | - |
| XYZ | 50.91 | 62.63 | 12.65 | - |
| YUV | 194.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 52 | 0.04 | 0 | 0.76 | 0.15 | 63.29 | 0.68 | 0.53 |
| Hex | CF | D8 | 34 | 4 | 0 | 4C | F | 3F | 44 | 35 |
| Octal | 317 | 330 | 64 | 4 | 0 | 114 | 17 | 77 | 104 | 65 |
| Binary | 11001111 | 11011000 | 110100 | 100 | 0 | 1001100 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #CFD834
Complementary color
Monochromatic Colors of #CFD834
Black with #CFD834
Text Example
Text Example
White with #CFD834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD834; }
p { color: rgb(207,216,52); }
H1.HeaderClassName
{
color: #CFD834;
}
.AnyTagClassName
{
color: #CFD834;
}
</style>
background-color css
<style>
a { background-color: #CFD834; }
a { background-color: rgb(207,216,52); }
div.DivClassName
{
background-color: #CFD834;
}
.BgClassName
{
background-color: #CFD834;
}
</style>
border-color css
<style>
span { border-color: #CFD834; }
span { border-color: rgb(207,216,52); }
td.TdClassName
{
border-color: #CFD834;
}
.TagClassName
{
border-color: #CFD834;
}
</style>