Shades of Bitter Lemon #CFD237
Tints of Bitter Lemon #CFD237
RGB
CMYK
RGB Variations
Color information
#CFD237 (or 0xCFD237) is known color: Bitter Lemon. HEX triplet: CF, D2 and 37. RGB value is (207,210,55). Sum of RGB (Red+Green+Blue) = 207+210+55=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD237 is #302DC8. Grayscale: #C0C0C0. Windows color (decimal): -3157449 or 3658447. OLE color: 3658447.
HSL color Cylindrical-coordinate representation of color #CFD237: hue angle of 61.16º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFD237 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 55 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.18 |
| HSL | 61.16º | 0.63% | 0.52% | - |
| HSV(B) | 61.16º | 0.74% | 0.82% | - |
| XYZ | 49.47 | 59.63 | 12.52 | - |
| YUV | 191.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 55 | 0.01 | 0 | 0.74 | 0.18 | 61.16 | 0.63 | 0.52 |
| Hex | CF | D2 | 37 | 1 | 0 | 4A | 12 | 3D | 3F | 34 |
| Octal | 317 | 322 | 67 | 1 | 0 | 112 | 22 | 75 | 77 | 64 |
| Binary | 11001111 | 11010010 | 110111 | 1 | 0 | 1001010 | 10010 | 111101 | 111111 | 110100 |
Color Harmonies of #CFD237
Complementary color
Monochromatic Colors of #CFD237
Black with #CFD237
Text Example
Text Example
White with #CFD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD237; }
p { color: rgb(207,210,55); }
H1.HeaderClassName
{
color: #CFD237;
}
.AnyTagClassName
{
color: #CFD237;
}
</style>
background-color css
<style>
a { background-color: #CFD237; }
a { background-color: rgb(207,210,55); }
div.DivClassName
{
background-color: #CFD237;
}
.BgClassName
{
background-color: #CFD237;
}
</style>
border-color css
<style>
span { border-color: #CFD237; }
span { border-color: rgb(207,210,55); }
td.TdClassName
{
border-color: #CFD237;
}
.TagClassName
{
border-color: #CFD237;
}
</style>