Shades of Conifer #BCFF51
Tints of Conifer #BCFF51
RGB
CMYK
RGB Variations
Color information
#BCFF51 (or 0xBCFF51) is known color: Conifer. HEX triplet: BC, FF and 51. RGB value is (188,255,81). Sum of RGB (Red+Green+Blue) = 188+255+81=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF51 is #4300AE. Grayscale: #D7D7D7. Windows color (decimal): -4391087 or 5373884. OLE color: 5373884.
HSL color Cylindrical-coordinate representation of color #BCFF51: hue angle of 83.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCFF51 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 81 | - |
| CMYK | 0.26 | 0 | 0.68 | 0 |
| HSL | 83.1º | 1% | 0.66% | - |
| HSV(B) | 83.1º | 0.68% | 1% | - |
| XYZ | 57.98 | 82.81 | 20.71 | - |
| YUV | 215.13 | 52.3 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 81 | 0.26 | 0 | 0.68 | 0 | 83.1 | 1 | 0.66 |
| Hex | BC | FF | 51 | 1A | 0 | 44 | 0 | 53 | 64 | 42 |
| Octal | 274 | 377 | 121 | 32 | 0 | 104 | 0 | 123 | 144 | 102 |
| Binary | 10111100 | 11111111 | 1010001 | 11010 | 0 | 1000100 | 0 | 1010011 | 1100100 | 1000010 |
Color Harmonies of #BCFF51
Complementary color
Monochromatic Colors of #BCFF51
Black with #BCFF51
Text Example
Text Example
White with #BCFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF51; }
p { color: rgb(188,255,81); }
H1.HeaderClassName
{
color: #BCFF51;
}
.AnyTagClassName
{
color: #BCFF51;
}
</style>
background-color css
<style>
a { background-color: #BCFF51; }
a { background-color: rgb(188,255,81); }
div.DivClassName
{
background-color: #BCFF51;
}
.BgClassName
{
background-color: #BCFF51;
}
</style>
border-color css
<style>
span { border-color: #BCFF51; }
span { border-color: rgb(188,255,81); }
td.TdClassName
{
border-color: #BCFF51;
}
.TagClassName
{
border-color: #BCFF51;
}
</style>