Shades of Conifer #BCFE5B
Tints of Conifer #BCFE5B
RGB
CMYK
RGB Variations
Color information
#BCFE5B (or 0xBCFE5B) is known color: Conifer. HEX triplet: BC, FE and 5B. RGB value is (188,254,91). Sum of RGB (Red+Green+Blue) = 188+254+91=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE5B is #4301A4. Grayscale: #D8D8D8. Windows color (decimal): -4391333 or 6028988. OLE color: 6028988.
HSL color Cylindrical-coordinate representation of color #BCFE5B: hue angle of 84.29º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFE5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 91 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.00 |
| HSL | 84.29º | 0.99% | 0.68% | - |
| HSV(B) | 84.29º | 0.64% | 1% | - |
| XYZ | 58.07 | 82.33 | 22.73 | - |
| YUV | 215.68 | 57.63 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 91 | 0.26 | 0 | 0.64 | 0.00 | 84.29 | 0.99 | 0.68 |
| Hex | BC | FE | 5B | 1A | 0 | 40 | 0 | 54 | 63 | 44 |
| Octal | 274 | 376 | 133 | 32 | 0 | 100 | 0 | 124 | 143 | 104 |
| Binary | 10111100 | 11111110 | 1011011 | 11010 | 0 | 1000000 | 0 | 1010100 | 1100011 | 1000100 |
Color Harmonies of #BCFE5B
Complementary color
Monochromatic Colors of #BCFE5B
Black with #BCFE5B
Text Example
Text Example
White with #BCFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE5B; }
p { color: rgb(188,254,91); }
H1.HeaderClassName
{
color: #BCFE5B;
}
.AnyTagClassName
{
color: #BCFE5B;
}
</style>
background-color css
<style>
a { background-color: #BCFE5B; }
a { background-color: rgb(188,254,91); }
div.DivClassName
{
background-color: #BCFE5B;
}
.BgClassName
{
background-color: #BCFE5B;
}
</style>
border-color css
<style>
span { border-color: #BCFE5B; }
span { border-color: rgb(188,254,91); }
td.TdClassName
{
border-color: #BCFE5B;
}
.TagClassName
{
border-color: #BCFE5B;
}
</style>