Shades of Conifer #BCFB5B
Tints of Conifer #BCFB5B
RGB
CMYK
RGB Variations
Color information
#BCFB5B (or 0xBCFB5B) is known color: Conifer. HEX triplet: BC, FB and 5B. RGB value is (188,251,91). Sum of RGB (Red+Green+Blue) = 188+251+91=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB5B is #4304A4. Grayscale: #D6D6D6. Windows color (decimal): -4392101 or 6028220. OLE color: 6028220.
HSL color Cylindrical-coordinate representation of color #BCFB5B: hue angle of 83.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFB5B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 91 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.02 |
| HSL | 83.63º | 0.95% | 0.67% | - |
| HSV(B) | 83.63º | 0.64% | 0.98% | - |
| XYZ | 57.12 | 80.44 | 22.41 | - |
| YUV | 213.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 91 | 0.25 | 0 | 0.64 | 0.02 | 83.63 | 0.95 | 0.67 |
| Hex | BC | FB | 5B | 19 | 0 | 40 | 2 | 54 | 5F | 43 |
| Octal | 274 | 373 | 133 | 31 | 0 | 100 | 2 | 124 | 137 | 103 |
| Binary | 10111100 | 11111011 | 1011011 | 11001 | 0 | 1000000 | 10 | 1010100 | 1011111 | 1000011 |
Color Harmonies of #BCFB5B
Complementary color
Monochromatic Colors of #BCFB5B
Black with #BCFB5B
Text Example
Text Example
White with #BCFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB5B; }
p { color: rgb(188,251,91); }
H1.HeaderClassName
{
color: #BCFB5B;
}
.AnyTagClassName
{
color: #BCFB5B;
}
</style>
background-color css
<style>
a { background-color: #BCFB5B; }
a { background-color: rgb(188,251,91); }
div.DivClassName
{
background-color: #BCFB5B;
}
.BgClassName
{
background-color: #BCFB5B;
}
</style>
border-color css
<style>
span { border-color: #BCFB5B; }
span { border-color: rgb(188,251,91); }
td.TdClassName
{
border-color: #BCFB5B;
}
.TagClassName
{
border-color: #BCFB5B;
}
</style>