Shades of Bitter Lemon #CFD938
Tints of Bitter Lemon #CFD938
RGB
CMYK
RGB Variations
Color information
#CFD938 (or 0xCFD938) is known color: Bitter Lemon. HEX triplet: CF, D9 and 38. RGB value is (207,217,56). Sum of RGB (Red+Green+Blue) = 207+217+56=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD938 is #3026C7. Grayscale: #C4C4C4. Windows color (decimal): -3155656 or 3725775. OLE color: 3725775.
HSL color Cylindrical-coordinate representation of color #CFD938: hue angle of 63.73º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFD938 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 56 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.15 |
| HSL | 63.73º | 0.68% | 0.54% | - |
| HSV(B) | 63.73º | 0.74% | 0.85% | - |
| XYZ | 51.26 | 63.18 | 13.23 | - |
| YUV | 195.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 56 | 0.05 | 0 | 0.74 | 0.15 | 63.73 | 0.68 | 0.54 |
| Hex | CF | D9 | 38 | 5 | 0 | 4A | F | 40 | 44 | 36 |
| Octal | 317 | 331 | 70 | 5 | 0 | 112 | 17 | 100 | 104 | 66 |
| Binary | 11001111 | 11011001 | 111000 | 101 | 0 | 1001010 | 1111 | 1000000 | 1000100 | 110110 |
Color Harmonies of #CFD938
Complementary color
Monochromatic Colors of #CFD938
Black with #CFD938
Text Example
Text Example
White with #CFD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD938; }
p { color: rgb(207,217,56); }
H1.HeaderClassName
{
color: #CFD938;
}
.AnyTagClassName
{
color: #CFD938;
}
</style>
background-color css
<style>
a { background-color: #CFD938; }
a { background-color: rgb(207,217,56); }
div.DivClassName
{
background-color: #CFD938;
}
.BgClassName
{
background-color: #CFD938;
}
</style>
border-color css
<style>
span { border-color: #CFD938; }
span { border-color: rgb(207,217,56); }
td.TdClassName
{
border-color: #CFD938;
}
.TagClassName
{
border-color: #CFD938;
}
</style>