Shades of Conifer #BCFF50
Tints of Conifer #BCFF50
RGB
CMYK
RGB Variations
Color information
#BCFF50 (or 0xBCFF50) is known color: Conifer. HEX triplet: BC, FF and 50. RGB value is (188,255,80). Sum of RGB (Red+Green+Blue) = 188+255+80=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF50 is #4300AF. Grayscale: #D7D7D7. Windows color (decimal): -4391088 or 5308348. OLE color: 5308348.
HSL color Cylindrical-coordinate representation of color #BCFF50: hue angle of 82.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCFF50 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 80 | - |
| CMYK | 0.26 | 0 | 0.69 | 0 |
| HSL | 82.97º | 1% | 0.66% | - |
| HSV(B) | 82.97º | 0.69% | 1% | - |
| XYZ | 57.95 | 82.79 | 20.52 | - |
| YUV | 215.02 | 51.8 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 80 | 0.26 | 0 | 0.69 | 0 | 82.97 | 1 | 0.66 |
| Hex | BC | FF | 50 | 1A | 0 | 45 | 0 | 53 | 64 | 42 |
| Octal | 274 | 377 | 120 | 32 | 0 | 105 | 0 | 123 | 144 | 102 |
| Binary | 10111100 | 11111111 | 1010000 | 11010 | 0 | 1000101 | 0 | 1010011 | 1100100 | 1000010 |
Color Harmonies of #BCFF50
Complementary color
Monochromatic Colors of #BCFF50
Black with #BCFF50
Text Example
Text Example
White with #BCFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF50; }
p { color: rgb(188,255,80); }
H1.HeaderClassName
{
color: #BCFF50;
}
.AnyTagClassName
{
color: #BCFF50;
}
</style>
background-color css
<style>
a { background-color: #BCFF50; }
a { background-color: rgb(188,255,80); }
div.DivClassName
{
background-color: #BCFF50;
}
.BgClassName
{
background-color: #BCFF50;
}
</style>
border-color css
<style>
span { border-color: #BCFF50; }
span { border-color: rgb(188,255,80); }
td.TdClassName
{
border-color: #BCFF50;
}
.TagClassName
{
border-color: #BCFF50;
}
</style>