Shades of Conifer #BCFE58
Tints of Conifer #BCFE58
RGB
CMYK
RGB Variations
Color information
#BCFE58 (or 0xBCFE58) is known color: Conifer. HEX triplet: BC, FE and 58. RGB value is (188,254,88). Sum of RGB (Red+Green+Blue) = 188+254+88=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE58 is #4301A7. Grayscale: #D7D7D7. Windows color (decimal): -4391336 or 5832380. OLE color: 5832380.
HSL color Cylindrical-coordinate representation of color #BCFE58: hue angle of 83.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCFE58 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 88 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.00 |
| HSL | 83.86º | 0.99% | 0.67% | - |
| HSV(B) | 83.86º | 0.65% | 1% | - |
| XYZ | 57.94 | 82.28 | 22.06 | - |
| YUV | 215.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 88 | 0.26 | 0 | 0.65 | 0.00 | 83.86 | 0.99 | 0.67 |
| Hex | BC | FE | 58 | 1A | 0 | 41 | 0 | 54 | 63 | 43 |
| Octal | 274 | 376 | 130 | 32 | 0 | 101 | 0 | 124 | 143 | 103 |
| Binary | 10111100 | 11111110 | 1011000 | 11010 | 0 | 1000001 | 0 | 1010100 | 1100011 | 1000011 |
Color Harmonies of #BCFE58
Complementary color
Monochromatic Colors of #BCFE58
Black with #BCFE58
Text Example
Text Example
White with #BCFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE58; }
p { color: rgb(188,254,88); }
H1.HeaderClassName
{
color: #BCFE58;
}
.AnyTagClassName
{
color: #BCFE58;
}
</style>
background-color css
<style>
a { background-color: #BCFE58; }
a { background-color: rgb(188,254,88); }
div.DivClassName
{
background-color: #BCFE58;
}
.BgClassName
{
background-color: #BCFE58;
}
</style>
border-color css
<style>
span { border-color: #BCFE58; }
span { border-color: rgb(188,254,88); }
td.TdClassName
{
border-color: #BCFE58;
}
.TagClassName
{
border-color: #BCFE58;
}
</style>