Shades of Conifer #BCFC51
Tints of Conifer #BCFC51
RGB
CMYK
RGB Variations
Color information
#BCFC51 (or 0xBCFC51) is known color: Conifer. HEX triplet: BC, FC and 51. RGB value is (188,252,81). Sum of RGB (Red+Green+Blue) = 188+252+81=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC51 is #4303AE. Grayscale: #D5D5D5. Windows color (decimal): -4391855 or 5373116. OLE color: 5373116.
HSL color Cylindrical-coordinate representation of color #BCFC51: hue angle of 82.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCFC51 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 81 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.01 |
| HSL | 82.46º | 0.97% | 0.65% | - |
| HSV(B) | 82.46º | 0.68% | 0.99% | - |
| XYZ | 57.03 | 80.91 | 20.4 | - |
| YUV | 213.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 81 | 0.25 | 0 | 0.68 | 0.01 | 82.46 | 0.97 | 0.65 |
| Hex | BC | FC | 51 | 19 | 0 | 44 | 1 | 52 | 61 | 41 |
| Octal | 274 | 374 | 121 | 31 | 0 | 104 | 1 | 122 | 141 | 101 |
| Binary | 10111100 | 11111100 | 1010001 | 11001 | 0 | 1000100 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BCFC51
Complementary color
Monochromatic Colors of #BCFC51
Black with #BCFC51
Text Example
Text Example
White with #BCFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC51; }
p { color: rgb(188,252,81); }
H1.HeaderClassName
{
color: #BCFC51;
}
.AnyTagClassName
{
color: #BCFC51;
}
</style>
background-color css
<style>
a { background-color: #BCFC51; }
a { background-color: rgb(188,252,81); }
div.DivClassName
{
background-color: #BCFC51;
}
.BgClassName
{
background-color: #BCFC51;
}
</style>
border-color css
<style>
span { border-color: #BCFC51; }
span { border-color: rgb(188,252,81); }
td.TdClassName
{
border-color: #BCFC51;
}
.TagClassName
{
border-color: #BCFC51;
}
</style>