Shades of Conifer #BCFE5E
Tints of Conifer #BCFE5E
RGB
CMYK
RGB Variations
Color information
#BCFE5E (or 0xBCFE5E) is known color: Conifer. HEX triplet: BC, FE and 5E. RGB value is (188,254,94). Sum of RGB (Red+Green+Blue) = 188+254+94=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE5E is #4301A1. Grayscale: #D8D8D8. Windows color (decimal): -4391330 or 6225596. OLE color: 6225596.
HSL color Cylindrical-coordinate representation of color #BCFE5E: hue angle of 84.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFE5E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 94 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.00 |
| HSL | 84.75º | 0.99% | 0.68% | - |
| HSV(B) | 84.75º | 0.63% | 1% | - |
| XYZ | 58.2 | 82.38 | 23.42 | - |
| YUV | 216.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 94 | 0.26 | 0 | 0.63 | 0.00 | 84.75 | 0.99 | 0.68 |
| Hex | BC | FE | 5E | 1A | 0 | 3F | 0 | 55 | 63 | 44 |
| Octal | 274 | 376 | 136 | 32 | 0 | 77 | 0 | 125 | 143 | 104 |
| Binary | 10111100 | 11111110 | 1011110 | 11010 | 0 | 111111 | 0 | 1010101 | 1100011 | 1000100 |
Color Harmonies of #BCFE5E
Complementary color
Monochromatic Colors of #BCFE5E
Black with #BCFE5E
Text Example
Text Example
White with #BCFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE5E; }
p { color: rgb(188,254,94); }
H1.HeaderClassName
{
color: #BCFE5E;
}
.AnyTagClassName
{
color: #BCFE5E;
}
</style>
background-color css
<style>
a { background-color: #BCFE5E; }
a { background-color: rgb(188,254,94); }
div.DivClassName
{
background-color: #BCFE5E;
}
.BgClassName
{
background-color: #BCFE5E;
}
</style>
border-color css
<style>
span { border-color: #BCFE5E; }
span { border-color: rgb(188,254,94); }
td.TdClassName
{
border-color: #BCFE5E;
}
.TagClassName
{
border-color: #BCFE5E;
}
</style>