Shades of Conifer #BCF850
Tints of Conifer #BCF850
RGB
CMYK
RGB Variations
Color information
#BCF850 (or 0xBCF850) is known color: Conifer. HEX triplet: BC, F8 and 50. RGB value is (188,248,80). Sum of RGB (Red+Green+Blue) = 188+248+80=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF850 is #4307AF. Grayscale: #D3D3D3. Windows color (decimal): -4392880 or 5306556. OLE color: 5306556.
HSL color Cylindrical-coordinate representation of color #BCF850: hue angle of 81.43º degrees, saturation: 0.92, 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 #BCF850 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 80 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.03 |
| HSL | 81.43º | 0.92% | 0.64% | - |
| HSV(B) | 81.43º | 0.68% | 0.97% | - |
| XYZ | 55.75 | 78.41 | 19.78 | - |
| YUV | 210.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 80 | 0.24 | 0 | 0.68 | 0.03 | 81.43 | 0.92 | 0.64 |
| Hex | BC | F8 | 50 | 18 | 0 | 44 | 3 | 51 | 5C | 40 |
| Octal | 274 | 370 | 120 | 30 | 0 | 104 | 3 | 121 | 134 | 100 |
| Binary | 10111100 | 11111000 | 1010000 | 11000 | 0 | 1000100 | 11 | 1010001 | 1011100 | 1000000 |
Color Harmonies of #BCF850
Complementary color
Monochromatic Colors of #BCF850
Black with #BCF850
Text Example
Text Example
White with #BCF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF850; }
p { color: rgb(188,248,80); }
H1.HeaderClassName
{
color: #BCF850;
}
.AnyTagClassName
{
color: #BCF850;
}
</style>
background-color css
<style>
a { background-color: #BCF850; }
a { background-color: rgb(188,248,80); }
div.DivClassName
{
background-color: #BCF850;
}
.BgClassName
{
background-color: #BCF850;
}
</style>
border-color css
<style>
span { border-color: #BCF850; }
span { border-color: rgb(188,248,80); }
td.TdClassName
{
border-color: #BCF850;
}
.TagClassName
{
border-color: #BCF850;
}
</style>