Shades of Conifer #BCFB4F
Tints of Conifer #BCFB4F
RGB
CMYK
RGB Variations
Color information
#BCFB4F (or 0xBCFB4F) is known color: Conifer. HEX triplet: BC, FB and 4F. RGB value is (188,251,79). Sum of RGB (Red+Green+Blue) = 188+251+79=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB4F is #4304B0. Grayscale: #D5D5D5. Windows color (decimal): -4392113 or 5241788. OLE color: 5241788.
HSL color Cylindrical-coordinate representation of color #BCFB4F: hue angle of 81.98º 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 #BCFB4F is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 79 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.98º | 0.96% | 0.65% | - |
| HSV(B) | 81.98º | 0.69% | 0.98% | - |
| XYZ | 56.65 | 80.25 | 19.9 | - |
| YUV | 212.56 | 52.63 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 79 | 0.25 | 0 | 0.69 | 0.02 | 81.98 | 0.96 | 0.65 |
| Hex | BC | FB | 4F | 19 | 0 | 45 | 2 | 52 | 60 | 41 |
| Octal | 274 | 373 | 117 | 31 | 0 | 105 | 2 | 122 | 140 | 101 |
| Binary | 10111100 | 11111011 | 1001111 | 11001 | 0 | 1000101 | 10 | 1010010 | 1100000 | 1000001 |
Color Harmonies of #BCFB4F
Complementary color
Monochromatic Colors of #BCFB4F
Black with #BCFB4F
Text Example
Text Example
White with #BCFB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB4F; }
p { color: rgb(188,251,79); }
H1.HeaderClassName
{
color: #BCFB4F;
}
.AnyTagClassName
{
color: #BCFB4F;
}
</style>
background-color css
<style>
a { background-color: #BCFB4F; }
a { background-color: rgb(188,251,79); }
div.DivClassName
{
background-color: #BCFB4F;
}
.BgClassName
{
background-color: #BCFB4F;
}
</style>
border-color css
<style>
span { border-color: #BCFB4F; }
span { border-color: rgb(188,251,79); }
td.TdClassName
{
border-color: #BCFB4F;
}
.TagClassName
{
border-color: #BCFB4F;
}
</style>