Shades of Conifer #BCFC50
Tints of Conifer #BCFC50
RGB
CMYK
RGB Variations
Color information
#BCFC50 (or 0xBCFC50) is known color: Conifer. HEX triplet: BC, FC and 50. RGB value is (188,252,80). Sum of RGB (Red+Green+Blue) = 188+252+80=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC50 is #4303AF. Grayscale: #D5D5D5. Windows color (decimal): -4391856 or 5307580. OLE color: 5307580.
HSL color Cylindrical-coordinate representation of color #BCFC50: hue angle of 82.33º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCFC50 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 80 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.01 |
| HSL | 82.33º | 0.97% | 0.65% | - |
| HSV(B) | 82.33º | 0.68% | 0.99% | - |
| XYZ | 57 | 80.89 | 20.2 | - |
| YUV | 213.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 80 | 0.25 | 0 | 0.68 | 0.01 | 82.33 | 0.97 | 0.65 |
| Hex | BC | FC | 50 | 19 | 0 | 44 | 1 | 52 | 61 | 41 |
| Octal | 274 | 374 | 120 | 31 | 0 | 104 | 1 | 122 | 141 | 101 |
| Binary | 10111100 | 11111100 | 1010000 | 11001 | 0 | 1000100 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BCFC50
Complementary color
Monochromatic Colors of #BCFC50
Black with #BCFC50
Text Example
Text Example
White with #BCFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC50; }
p { color: rgb(188,252,80); }
H1.HeaderClassName
{
color: #BCFC50;
}
.AnyTagClassName
{
color: #BCFC50;
}
</style>
background-color css
<style>
a { background-color: #BCFC50; }
a { background-color: rgb(188,252,80); }
div.DivClassName
{
background-color: #BCFC50;
}
.BgClassName
{
background-color: #BCFC50;
}
</style>
border-color css
<style>
span { border-color: #BCFC50; }
span { border-color: rgb(188,252,80); }
td.TdClassName
{
border-color: #BCFC50;
}
.TagClassName
{
border-color: #BCFC50;
}
</style>