Shades of Bitter Lemon #CFD825
Tints of Bitter Lemon #CFD825
RGB
CMYK
RGB Variations
Color information
#CFD825 (or 0xCFD825) is known color: Bitter Lemon. HEX triplet: CF, D8 and 25. RGB value is (207,216,37). Sum of RGB (Red+Green+Blue) = 207+216+37=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD825 is #3027DA. Grayscale: #C1C1C1. Windows color (decimal): -3155931 or 2480335. OLE color: 2480335.
HSL color Cylindrical-coordinate representation of color #CFD825: hue angle of 63.02º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFD825 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 37 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.15 |
| HSL | 63.02º | 0.71% | 0.5% | - |
| HSV(B) | 63.02º | 0.83% | 0.85% | - |
| XYZ | 50.62 | 62.51 | 11.15 | - |
| YUV | 192.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 37 | 0.04 | 0 | 0.83 | 0.15 | 63.02 | 0.71 | 0.5 |
| Hex | CF | D8 | 25 | 4 | 0 | 53 | F | 3F | 47 | 32 |
| Octal | 317 | 330 | 45 | 4 | 0 | 123 | 17 | 77 | 107 | 62 |
| Binary | 11001111 | 11011000 | 100101 | 100 | 0 | 1010011 | 1111 | 111111 | 1000111 | 110010 |
Color Harmonies of #CFD825
Complementary color
Monochromatic Colors of #CFD825
Black with #CFD825
Text Example
Text Example
White with #CFD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD825; }
p { color: rgb(207,216,37); }
H1.HeaderClassName
{
color: #CFD825;
}
.AnyTagClassName
{
color: #CFD825;
}
</style>
background-color css
<style>
a { background-color: #CFD825; }
a { background-color: rgb(207,216,37); }
div.DivClassName
{
background-color: #CFD825;
}
.BgClassName
{
background-color: #CFD825;
}
</style>
border-color css
<style>
span { border-color: #CFD825; }
span { border-color: rgb(207,216,37); }
td.TdClassName
{
border-color: #CFD825;
}
.TagClassName
{
border-color: #CFD825;
}
</style>