Shades of Conifer #BCFF5F
Tints of Conifer #BCFF5F
RGB
CMYK
RGB Variations
Color information
#BCFF5F (or 0xBCFF5F) is known color: Conifer. HEX triplet: BC, FF and 5F. RGB value is (188,255,95). Sum of RGB (Red+Green+Blue) = 188+255+95=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF5F is #4300A0. Grayscale: #D9D9D9. Windows color (decimal): -4391073 or 6291388. OLE color: 6291388.
HSL color Cylindrical-coordinate representation of color #BCFF5F: hue angle of 85.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFF5F is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 95 | - |
| CMYK | 0.26 | 0 | 0.63 | 0 |
| HSL | 85.13º | 1% | 0.69% | - |
| HSV(B) | 85.13º | 0.63% | 1% | - |
| XYZ | 58.56 | 83.04 | 23.77 | - |
| YUV | 216.73 | 59.3 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 95 | 0.26 | 0 | 0.63 | 0 | 85.13 | 1 | 0.69 |
| Hex | BC | FF | 5F | 1A | 0 | 3F | 0 | 55 | 64 | 45 |
| Octal | 274 | 377 | 137 | 32 | 0 | 77 | 0 | 125 | 144 | 105 |
| Binary | 10111100 | 11111111 | 1011111 | 11010 | 0 | 111111 | 0 | 1010101 | 1100100 | 1000101 |
Color Harmonies of #BCFF5F
Complementary color
Monochromatic Colors of #BCFF5F
Black with #BCFF5F
Text Example
Text Example
White with #BCFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF5F; }
p { color: rgb(188,255,95); }
H1.HeaderClassName
{
color: #BCFF5F;
}
.AnyTagClassName
{
color: #BCFF5F;
}
</style>
background-color css
<style>
a { background-color: #BCFF5F; }
a { background-color: rgb(188,255,95); }
div.DivClassName
{
background-color: #BCFF5F;
}
.BgClassName
{
background-color: #BCFF5F;
}
</style>
border-color css
<style>
span { border-color: #BCFF5F; }
span { border-color: rgb(188,255,95); }
td.TdClassName
{
border-color: #BCFF5F;
}
.TagClassName
{
border-color: #BCFF5F;
}
</style>