Shades of Conifer #BCFF58
Tints of Conifer #BCFF58
RGB
CMYK
RGB Variations
Color information
#BCFF58 (or 0xBCFF58) is known color: Conifer. HEX triplet: BC, FF and 58. RGB value is (188,255,88). Sum of RGB (Red+Green+Blue) = 188+255+88=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF58 is #4300A7. Grayscale: #D8D8D8. Windows color (decimal): -4391080 or 5832636. OLE color: 5832636.
HSL color Cylindrical-coordinate representation of color #BCFF58: hue angle of 84.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCFF58 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 88 | - |
| CMYK | 0.26 | 0 | 0.65 | 0 |
| HSL | 84.07º | 1% | 0.67% | - |
| HSV(B) | 84.07º | 0.65% | 1% | - |
| XYZ | 58.26 | 82.92 | 22.17 | - |
| YUV | 215.93 | 55.8 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 88 | 0.26 | 0 | 0.65 | 0 | 84.07 | 1 | 0.67 |
| Hex | BC | FF | 58 | 1A | 0 | 41 | 0 | 54 | 64 | 43 |
| Octal | 274 | 377 | 130 | 32 | 0 | 101 | 0 | 124 | 144 | 103 |
| Binary | 10111100 | 11111111 | 1011000 | 11010 | 0 | 1000001 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BCFF58
Complementary color
Monochromatic Colors of #BCFF58
Black with #BCFF58
Text Example
Text Example
White with #BCFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF58; }
p { color: rgb(188,255,88); }
H1.HeaderClassName
{
color: #BCFF58;
}
.AnyTagClassName
{
color: #BCFF58;
}
</style>
background-color css
<style>
a { background-color: #BCFF58; }
a { background-color: rgb(188,255,88); }
div.DivClassName
{
background-color: #BCFF58;
}
.BgClassName
{
background-color: #BCFF58;
}
</style>
border-color css
<style>
span { border-color: #BCFF58; }
span { border-color: rgb(188,255,88); }
td.TdClassName
{
border-color: #BCFF58;
}
.TagClassName
{
border-color: #BCFF58;
}
</style>