Shades of Conifer #BCFB4E
Tints of Conifer #BCFB4E
RGB
CMYK
RGB Variations
Color information
#BCFB4E (or 0xBCFB4E) is known color: Conifer. HEX triplet: BC, FB and 4E. RGB value is (188,251,78). Sum of RGB (Red+Green+Blue) = 188+251+78=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB4E is #4304B1. Grayscale: #D5D5D5. Windows color (decimal): -4392114 or 5176252. OLE color: 5176252.
HSL color Cylindrical-coordinate representation of color #BCFB4E: hue angle of 81.85º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCFB4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.85º | 0.96% | 0.65% | - |
| HSV(B) | 81.85º | 0.69% | 0.98% | - |
| XYZ | 56.61 | 80.24 | 19.71 | - |
| YUV | 212.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 78 | 0.25 | 0 | 0.69 | 0.02 | 81.85 | 0.96 | 0.65 |
| Hex | BC | FB | 4E | 19 | 0 | 45 | 2 | 52 | 60 | 41 |
| Octal | 274 | 373 | 116 | 31 | 0 | 105 | 2 | 122 | 140 | 101 |
| Binary | 10111100 | 11111011 | 1001110 | 11001 | 0 | 1000101 | 10 | 1010010 | 1100000 | 1000001 |
Color Harmonies of #BCFB4E
Complementary color
Monochromatic Colors of #BCFB4E
Black with #BCFB4E
Text Example
Text Example
White with #BCFB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB4E; }
p { color: rgb(188,251,78); }
H1.HeaderClassName
{
color: #BCFB4E;
}
.AnyTagClassName
{
color: #BCFB4E;
}
</style>
background-color css
<style>
a { background-color: #BCFB4E; }
a { background-color: rgb(188,251,78); }
div.DivClassName
{
background-color: #BCFB4E;
}
.BgClassName
{
background-color: #BCFB4E;
}
</style>
border-color css
<style>
span { border-color: #BCFB4E; }
span { border-color: rgb(188,251,78); }
td.TdClassName
{
border-color: #BCFB4E;
}
.TagClassName
{
border-color: #BCFB4E;
}
</style>