Shades of Bitter Lemon #CFD725
Tints of Bitter Lemon #CFD725
RGB
CMYK
RGB Variations
Color information
#CFD725 (or 0xCFD725) is known color: Bitter Lemon. HEX triplet: CF, D7 and 25. RGB value is (207,215,37). Sum of RGB (Red+Green+Blue) = 207+215+37=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD725 is #3028DA. Grayscale: #C1C1C1. Windows color (decimal): -3156187 or 2480079. OLE color: 2480079.
HSL color Cylindrical-coordinate representation of color #CFD725: hue angle of 62.7º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFD725 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 37 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.16 |
| HSL | 62.7º | 0.71% | 0.49% | - |
| HSV(B) | 62.7º | 0.83% | 0.84% | - |
| XYZ | 50.37 | 62 | 11.06 | - |
| YUV | 192.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 37 | 0.04 | 0 | 0.83 | 0.16 | 62.7 | 0.71 | 0.49 |
| Hex | CF | D7 | 25 | 4 | 0 | 53 | 10 | 3F | 47 | 31 |
| Octal | 317 | 327 | 45 | 4 | 0 | 123 | 20 | 77 | 107 | 61 |
| Binary | 11001111 | 11010111 | 100101 | 100 | 0 | 1010011 | 10000 | 111111 | 1000111 | 110001 |
Color Harmonies of #CFD725
Complementary color
Monochromatic Colors of #CFD725
Black with #CFD725
Text Example
Text Example
White with #CFD725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD725; }
p { color: rgb(207,215,37); }
H1.HeaderClassName
{
color: #CFD725;
}
.AnyTagClassName
{
color: #CFD725;
}
</style>
background-color css
<style>
a { background-color: #CFD725; }
a { background-color: rgb(207,215,37); }
div.DivClassName
{
background-color: #CFD725;
}
.BgClassName
{
background-color: #CFD725;
}
</style>
border-color css
<style>
span { border-color: #CFD725; }
span { border-color: rgb(207,215,37); }
td.TdClassName
{
border-color: #CFD725;
}
.TagClassName
{
border-color: #CFD725;
}
</style>