Shades of Bitter Lemon #CFD838
Tints of Bitter Lemon #CFD838
RGB
CMYK
RGB Variations
Color information
#CFD838 (or 0xCFD838) is known color: Bitter Lemon. HEX triplet: CF, D8 and 38. RGB value is (207,216,56). Sum of RGB (Red+Green+Blue) = 207+216+56=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD838 is #3027C7. Grayscale: #C3C3C3. Windows color (decimal): -3155912 or 3725519. OLE color: 3725519.
HSL color Cylindrical-coordinate representation of color #CFD838: hue angle of 63.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFD838 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 56 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.15 |
| HSL | 63.38º | 0.67% | 0.53% | - |
| HSV(B) | 63.38º | 0.74% | 0.85% | - |
| XYZ | 51 | 62.66 | 13.15 | - |
| YUV | 195.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 56 | 0.04 | 0 | 0.74 | 0.15 | 63.38 | 0.67 | 0.53 |
| Hex | CF | D8 | 38 | 4 | 0 | 4A | F | 3F | 43 | 35 |
| Octal | 317 | 330 | 70 | 4 | 0 | 112 | 17 | 77 | 103 | 65 |
| Binary | 11001111 | 11011000 | 111000 | 100 | 0 | 1001010 | 1111 | 111111 | 1000011 | 110101 |
Color Harmonies of #CFD838
Complementary color
Monochromatic Colors of #CFD838
Black with #CFD838
Text Example
Text Example
White with #CFD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD838; }
p { color: rgb(207,216,56); }
H1.HeaderClassName
{
color: #CFD838;
}
.AnyTagClassName
{
color: #CFD838;
}
</style>
background-color css
<style>
a { background-color: #CFD838; }
a { background-color: rgb(207,216,56); }
div.DivClassName
{
background-color: #CFD838;
}
.BgClassName
{
background-color: #CFD838;
}
</style>
border-color css
<style>
span { border-color: #CFD838; }
span { border-color: rgb(207,216,56); }
td.TdClassName
{
border-color: #CFD838;
}
.TagClassName
{
border-color: #CFD838;
}
</style>