Shades of Conifer #BCF951
Tints of Conifer #BCF951
RGB
CMYK
RGB Variations
Color information
#BCF951 (or 0xBCF951) is known color: Conifer. HEX triplet: BC, F9 and 51. RGB value is (188,249,81). Sum of RGB (Red+Green+Blue) = 188+249+81=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF951 is #4306AE. Grayscale: #D4D4D4. Windows color (decimal): -4392623 or 5372348. OLE color: 5372348.
HSL color Cylindrical-coordinate representation of color #BCF951: hue angle of 81.79º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF951 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 81 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.02 |
| HSL | 81.79º | 0.93% | 0.65% | - |
| HSV(B) | 81.79º | 0.67% | 0.98% | - |
| XYZ | 56.1 | 79.04 | 20.08 | - |
| YUV | 211.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 81 | 0.24 | 0 | 0.67 | 0.02 | 81.79 | 0.93 | 0.65 |
| Hex | BC | F9 | 51 | 18 | 0 | 43 | 2 | 52 | 5D | 41 |
| Octal | 274 | 371 | 121 | 30 | 0 | 103 | 2 | 122 | 135 | 101 |
| Binary | 10111100 | 11111001 | 1010001 | 11000 | 0 | 1000011 | 10 | 1010010 | 1011101 | 1000001 |
Color Harmonies of #BCF951
Complementary color
Monochromatic Colors of #BCF951
Black with #BCF951
Text Example
Text Example
White with #BCF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF951; }
p { color: rgb(188,249,81); }
H1.HeaderClassName
{
color: #BCF951;
}
.AnyTagClassName
{
color: #BCF951;
}
</style>
background-color css
<style>
a { background-color: #BCF951; }
a { background-color: rgb(188,249,81); }
div.DivClassName
{
background-color: #BCF951;
}
.BgClassName
{
background-color: #BCF951;
}
</style>
border-color css
<style>
span { border-color: #BCF951; }
span { border-color: rgb(188,249,81); }
td.TdClassName
{
border-color: #BCF951;
}
.TagClassName
{
border-color: #BCF951;
}
</style>