Shades of Conifer #BCFC5E
Tints of Conifer #BCFC5E
RGB
CMYK
RGB Variations
Color information
#BCFC5E (or 0xBCFC5E) is known color: Conifer. HEX triplet: BC, FC and 5E. RGB value is (188,252,94). Sum of RGB (Red+Green+Blue) = 188+252+94=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC5E is #4303A1. Grayscale: #D7D7D7. Windows color (decimal): -4391842 or 6225084. OLE color: 6225084.
HSL color Cylindrical-coordinate representation of color #BCFC5E: hue angle of 84.3º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFC5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 94 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.01 |
| HSL | 84.3º | 0.96% | 0.68% | - |
| HSV(B) | 84.3º | 0.63% | 0.99% | - |
| XYZ | 57.57 | 81.12 | 23.21 | - |
| YUV | 214.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 94 | 0.25 | 0 | 0.63 | 0.01 | 84.3 | 0.96 | 0.68 |
| Hex | BC | FC | 5E | 19 | 0 | 3F | 1 | 54 | 60 | 44 |
| Octal | 274 | 374 | 136 | 31 | 0 | 77 | 1 | 124 | 140 | 104 |
| Binary | 10111100 | 11111100 | 1011110 | 11001 | 0 | 111111 | 1 | 1010100 | 1100000 | 1000100 |
Color Harmonies of #BCFC5E
Complementary color
Monochromatic Colors of #BCFC5E
Black with #BCFC5E
Text Example
Text Example
White with #BCFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC5E; }
p { color: rgb(188,252,94); }
H1.HeaderClassName
{
color: #BCFC5E;
}
.AnyTagClassName
{
color: #BCFC5E;
}
</style>
background-color css
<style>
a { background-color: #BCFC5E; }
a { background-color: rgb(188,252,94); }
div.DivClassName
{
background-color: #BCFC5E;
}
.BgClassName
{
background-color: #BCFC5E;
}
</style>
border-color css
<style>
span { border-color: #BCFC5E; }
span { border-color: rgb(188,252,94); }
td.TdClassName
{
border-color: #BCFC5E;
}
.TagClassName
{
border-color: #BCFC5E;
}
</style>