Shades of Conifer #BCF750
Tints of Conifer #BCF750
RGB
CMYK
RGB Variations
Color information
#BCF750 (or 0xBCF750) is known color: Conifer. HEX triplet: BC, F7 and 50. RGB value is (188,247,80). Sum of RGB (Red+Green+Blue) = 188+247+80=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF750 is #4308AF. Grayscale: #D2D2D2. Windows color (decimal): -4393136 or 5306300. OLE color: 5306300.
HSL color Cylindrical-coordinate representation of color #BCF750: hue angle of 81.2º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF750 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 80 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.03 |
| HSL | 81.2º | 0.91% | 0.64% | - |
| HSV(B) | 81.2º | 0.68% | 0.97% | - |
| XYZ | 55.45 | 77.79 | 19.68 | - |
| YUV | 210.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 80 | 0.24 | 0 | 0.68 | 0.03 | 81.2 | 0.91 | 0.64 |
| Hex | BC | F7 | 50 | 18 | 0 | 44 | 3 | 51 | 5B | 40 |
| Octal | 274 | 367 | 120 | 30 | 0 | 104 | 3 | 121 | 133 | 100 |
| Binary | 10111100 | 11110111 | 1010000 | 11000 | 0 | 1000100 | 11 | 1010001 | 1011011 | 1000000 |
Color Harmonies of #BCF750
Complementary color
Monochromatic Colors of #BCF750
Black with #BCF750
Text Example
Text Example
White with #BCF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF750; }
p { color: rgb(188,247,80); }
H1.HeaderClassName
{
color: #BCF750;
}
.AnyTagClassName
{
color: #BCF750;
}
</style>
background-color css
<style>
a { background-color: #BCF750; }
a { background-color: rgb(188,247,80); }
div.DivClassName
{
background-color: #BCF750;
}
.BgClassName
{
background-color: #BCF750;
}
</style>
border-color css
<style>
span { border-color: #BCF750; }
span { border-color: rgb(188,247,80); }
td.TdClassName
{
border-color: #BCF750;
}
.TagClassName
{
border-color: #BCF750;
}
</style>