Shades of Conifer #BCFF5B
Tints of Conifer #BCFF5B
RGB
CMYK
RGB Variations
Color information
#BCFF5B (or 0xBCFF5B) is known color: Conifer. HEX triplet: BC, FF and 5B. RGB value is (188,255,91). Sum of RGB (Red+Green+Blue) = 188+255+91=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF5B is #4300A4. Grayscale: #D8D8D8. Windows color (decimal): -4391077 or 6029244. OLE color: 6029244.
HSL color Cylindrical-coordinate representation of color #BCFF5B: hue angle of 84.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFF5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 91 | - |
| CMYK | 0.26 | 0 | 0.64 | 0 |
| HSL | 84.51º | 1% | 0.68% | - |
| HSV(B) | 84.51º | 0.64% | 1% | - |
| XYZ | 58.39 | 82.97 | 22.83 | - |
| YUV | 216.27 | 57.3 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 91 | 0.26 | 0 | 0.64 | 0 | 84.51 | 1 | 0.68 |
| Hex | BC | FF | 5B | 1A | 0 | 40 | 0 | 55 | 64 | 44 |
| Octal | 274 | 377 | 133 | 32 | 0 | 100 | 0 | 125 | 144 | 104 |
| Binary | 10111100 | 11111111 | 1011011 | 11010 | 0 | 1000000 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BCFF5B
Complementary color
Monochromatic Colors of #BCFF5B
Black with #BCFF5B
Text Example
Text Example
White with #BCFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF5B; }
p { color: rgb(188,255,91); }
H1.HeaderClassName
{
color: #BCFF5B;
}
.AnyTagClassName
{
color: #BCFF5B;
}
</style>
background-color css
<style>
a { background-color: #BCFF5B; }
a { background-color: rgb(188,255,91); }
div.DivClassName
{
background-color: #BCFF5B;
}
.BgClassName
{
background-color: #BCFF5B;
}
</style>
border-color css
<style>
span { border-color: #BCFF5B; }
span { border-color: rgb(188,255,91); }
td.TdClassName
{
border-color: #BCFF5B;
}
.TagClassName
{
border-color: #BCFF5B;
}
</style>