Shades of Bitter Lemon #CFD235
Tints of Bitter Lemon #CFD235
RGB
CMYK
RGB Variations
Color information
#CFD235 (or 0xCFD235) is known color: Bitter Lemon. HEX triplet: CF, D2 and 35. RGB value is (207,210,53). Sum of RGB (Red+Green+Blue) = 207+210+53=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD235 is #302DCA. Grayscale: #BFBFBF. Windows color (decimal): -3157451 or 3527375. OLE color: 3527375.
HSL color Cylindrical-coordinate representation of color #CFD235: hue angle of 61.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFD235 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 53 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.18 |
| HSL | 61.15º | 0.64% | 0.52% | - |
| HSV(B) | 61.15º | 0.75% | 0.82% | - |
| XYZ | 49.42 | 59.62 | 12.27 | - |
| YUV | 191.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 53 | 0.01 | 0 | 0.75 | 0.18 | 61.15 | 0.64 | 0.52 |
| Hex | CF | D2 | 35 | 1 | 0 | 4B | 12 | 3D | 40 | 34 |
| Octal | 317 | 322 | 65 | 1 | 0 | 113 | 22 | 75 | 100 | 64 |
| Binary | 11001111 | 11010010 | 110101 | 1 | 0 | 1001011 | 10010 | 111101 | 1000000 | 110100 |
Color Harmonies of #CFD235
Complementary color
Monochromatic Colors of #CFD235
Black with #CFD235
Text Example
Text Example
White with #CFD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD235; }
p { color: rgb(207,210,53); }
H1.HeaderClassName
{
color: #CFD235;
}
.AnyTagClassName
{
color: #CFD235;
}
</style>
background-color css
<style>
a { background-color: #CFD235; }
a { background-color: rgb(207,210,53); }
div.DivClassName
{
background-color: #CFD235;
}
.BgClassName
{
background-color: #CFD235;
}
</style>
border-color css
<style>
span { border-color: #CFD235; }
span { border-color: rgb(207,210,53); }
td.TdClassName
{
border-color: #CFD235;
}
.TagClassName
{
border-color: #CFD235;
}
</style>