Shades of Conifer #BCFE51
Tints of Conifer #BCFE51
RGB
CMYK
RGB Variations
Color information
#BCFE51 (or 0xBCFE51) is known color: Conifer. HEX triplet: BC, FE and 51. RGB value is (188,254,81). Sum of RGB (Red+Green+Blue) = 188+254+81=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE51 is #4301AE. Grayscale: #D7D7D7. Windows color (decimal): -4391343 or 5373628. OLE color: 5373628.
HSL color Cylindrical-coordinate representation of color #BCFE51: hue angle of 82.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCFE51 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 81 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.00 |
| HSL | 82.89º | 0.99% | 0.66% | - |
| HSV(B) | 82.89º | 0.68% | 1% | - |
| XYZ | 57.67 | 82.17 | 20.61 | - |
| YUV | 214.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 81 | 0.26 | 0 | 0.68 | 0.00 | 82.89 | 0.99 | 0.66 |
| Hex | BC | FE | 51 | 1A | 0 | 44 | 0 | 53 | 63 | 42 |
| Octal | 274 | 376 | 121 | 32 | 0 | 104 | 0 | 123 | 143 | 102 |
| Binary | 10111100 | 11111110 | 1010001 | 11010 | 0 | 1000100 | 0 | 1010011 | 1100011 | 1000010 |
Color Harmonies of #BCFE51
Complementary color
Monochromatic Colors of #BCFE51
Black with #BCFE51
Text Example
Text Example
White with #BCFE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE51; }
p { color: rgb(188,254,81); }
H1.HeaderClassName
{
color: #BCFE51;
}
.AnyTagClassName
{
color: #BCFE51;
}
</style>
background-color css
<style>
a { background-color: #BCFE51; }
a { background-color: rgb(188,254,81); }
div.DivClassName
{
background-color: #BCFE51;
}
.BgClassName
{
background-color: #BCFE51;
}
</style>
border-color css
<style>
span { border-color: #BCFE51; }
span { border-color: rgb(188,254,81); }
td.TdClassName
{
border-color: #BCFE51;
}
.TagClassName
{
border-color: #BCFE51;
}
</style>