Shades of Conifer #BCFC60
Tints of Conifer #BCFC60
RGB
CMYK
RGB Variations
Color information
#BCFC60 (or 0xBCFC60) is known color: Conifer. HEX triplet: BC, FC and 60. RGB value is (188,252,96). Sum of RGB (Red+Green+Blue) = 188+252+96=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC60 is #43039F. Grayscale: #D7D7D7. Windows color (decimal): -4391840 or 6356156. OLE color: 6356156.
HSL color Cylindrical-coordinate representation of color #BCFC60: hue angle of 84.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCFC60 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 96 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.01 |
| HSL | 84.62º | 0.96% | 0.68% | - |
| HSV(B) | 84.62º | 0.62% | 0.99% | - |
| XYZ | 57.66 | 81.16 | 23.69 | - |
| YUV | 215.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 96 | 0.25 | 0 | 0.62 | 0.01 | 84.62 | 0.96 | 0.68 |
| Hex | BC | FC | 60 | 19 | 0 | 3E | 1 | 55 | 60 | 44 |
| Octal | 274 | 374 | 140 | 31 | 0 | 76 | 1 | 125 | 140 | 104 |
| Binary | 10111100 | 11111100 | 1100000 | 11001 | 0 | 111110 | 1 | 1010101 | 1100000 | 1000100 |
Color Harmonies of #BCFC60
Complementary color
Monochromatic Colors of #BCFC60
Black with #BCFC60
Text Example
Text Example
White with #BCFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC60; }
p { color: rgb(188,252,96); }
H1.HeaderClassName
{
color: #BCFC60;
}
.AnyTagClassName
{
color: #BCFC60;
}
</style>
background-color css
<style>
a { background-color: #BCFC60; }
a { background-color: rgb(188,252,96); }
div.DivClassName
{
background-color: #BCFC60;
}
.BgClassName
{
background-color: #BCFC60;
}
</style>
border-color css
<style>
span { border-color: #BCFC60; }
span { border-color: rgb(188,252,96); }
td.TdClassName
{
border-color: #BCFC60;
}
.TagClassName
{
border-color: #BCFC60;
}
</style>