Shades of Conifer #BCFF5E
Tints of Conifer #BCFF5E
RGB
CMYK
RGB Variations
Color information
#BCFF5E (or 0xBCFF5E) is known color: Conifer. HEX triplet: BC, FF and 5E. RGB value is (188,255,94). Sum of RGB (Red+Green+Blue) = 188+255+94=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF5E is #4300A1. Grayscale: #D9D9D9. Windows color (decimal): -4391074 or 6225852. OLE color: 6225852.
HSL color Cylindrical-coordinate representation of color #BCFF5E: hue angle of 84.97º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFF5E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 94 | - |
| CMYK | 0.26 | 0 | 0.63 | 0 |
| HSL | 84.97º | 1% | 0.68% | - |
| HSV(B) | 84.97º | 0.63% | 1% | - |
| XYZ | 58.52 | 83.02 | 23.53 | - |
| YUV | 216.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 94 | 0.26 | 0 | 0.63 | 0 | 84.97 | 1 | 0.68 |
| Hex | BC | FF | 5E | 1A | 0 | 3F | 0 | 55 | 64 | 44 |
| Octal | 274 | 377 | 136 | 32 | 0 | 77 | 0 | 125 | 144 | 104 |
| Binary | 10111100 | 11111111 | 1011110 | 11010 | 0 | 111111 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BCFF5E
Complementary color
Monochromatic Colors of #BCFF5E
Black with #BCFF5E
Text Example
Text Example
White with #BCFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF5E; }
p { color: rgb(188,255,94); }
H1.HeaderClassName
{
color: #BCFF5E;
}
.AnyTagClassName
{
color: #BCFF5E;
}
</style>
background-color css
<style>
a { background-color: #BCFF5E; }
a { background-color: rgb(188,255,94); }
div.DivClassName
{
background-color: #BCFF5E;
}
.BgClassName
{
background-color: #BCFF5E;
}
</style>
border-color css
<style>
span { border-color: #BCFF5E; }
span { border-color: rgb(188,255,94); }
td.TdClassName
{
border-color: #BCFF5E;
}
.TagClassName
{
border-color: #BCFF5E;
}
</style>