Shades of Conifer #BCFD5B
Tints of Conifer #BCFD5B
RGB
CMYK
RGB Variations
Color information
#BCFD5B (or 0xBCFD5B) is known color: Conifer. HEX triplet: BC, FD and 5B. RGB value is (188,253,91). Sum of RGB (Red+Green+Blue) = 188+253+91=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD5B is #4302A4. Grayscale: #D7D7D7. Windows color (decimal): -4391589 or 6028732. OLE color: 6028732.
HSL color Cylindrical-coordinate representation of color #BCFD5B: hue angle of 84.07º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFD5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 91 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.01 |
| HSL | 84.07º | 0.98% | 0.67% | - |
| HSV(B) | 84.07º | 0.64% | 0.99% | - |
| XYZ | 57.75 | 81.7 | 22.62 | - |
| YUV | 215.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 91 | 0.26 | 0 | 0.64 | 0.01 | 84.07 | 0.98 | 0.67 |
| Hex | BC | FD | 5B | 1A | 0 | 40 | 1 | 54 | 62 | 43 |
| Octal | 274 | 375 | 133 | 32 | 0 | 100 | 1 | 124 | 142 | 103 |
| Binary | 10111100 | 11111101 | 1011011 | 11010 | 0 | 1000000 | 1 | 1010100 | 1100010 | 1000011 |
Color Harmonies of #BCFD5B
Complementary color
Monochromatic Colors of #BCFD5B
Black with #BCFD5B
Text Example
Text Example
White with #BCFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD5B; }
p { color: rgb(188,253,91); }
H1.HeaderClassName
{
color: #BCFD5B;
}
.AnyTagClassName
{
color: #BCFD5B;
}
</style>
background-color css
<style>
a { background-color: #BCFD5B; }
a { background-color: rgb(188,253,91); }
div.DivClassName
{
background-color: #BCFD5B;
}
.BgClassName
{
background-color: #BCFD5B;
}
</style>
border-color css
<style>
span { border-color: #BCFD5B; }
span { border-color: rgb(188,253,91); }
td.TdClassName
{
border-color: #BCFD5B;
}
.TagClassName
{
border-color: #BCFD5B;
}
</style>