Shades of Conifer #BCFB4D
Tints of Conifer #BCFB4D
RGB
CMYK
RGB Variations
Color information
#BCFB4D (or 0xBCFB4D) is known color: Conifer. HEX triplet: BC, FB and 4D. RGB value is (188,251,77). Sum of RGB (Red+Green+Blue) = 188+251+77=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB4D is #4304B2. Grayscale: #D4D4D4. Windows color (decimal): -4392115 or 5110716. OLE color: 5110716.
HSL color Cylindrical-coordinate representation of color #BCFB4D: hue angle of 81.72º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCFB4D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 77 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.72º | 0.96% | 0.64% | - |
| HSV(B) | 81.72º | 0.69% | 0.98% | - |
| XYZ | 56.58 | 80.22 | 19.52 | - |
| YUV | 212.33 | 51.63 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 77 | 0.25 | 0 | 0.69 | 0.02 | 81.72 | 0.96 | 0.64 |
| Hex | BC | FB | 4D | 19 | 0 | 45 | 2 | 52 | 60 | 40 |
| Octal | 274 | 373 | 115 | 31 | 0 | 105 | 2 | 122 | 140 | 100 |
| Binary | 10111100 | 11111011 | 1001101 | 11001 | 0 | 1000101 | 10 | 1010010 | 1100000 | 1000000 |
Color Harmonies of #BCFB4D
Complementary color
Monochromatic Colors of #BCFB4D
Black with #BCFB4D
Text Example
Text Example
White with #BCFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB4D; }
p { color: rgb(188,251,77); }
H1.HeaderClassName
{
color: #BCFB4D;
}
.AnyTagClassName
{
color: #BCFB4D;
}
</style>
background-color css
<style>
a { background-color: #BCFB4D; }
a { background-color: rgb(188,251,77); }
div.DivClassName
{
background-color: #BCFB4D;
}
.BgClassName
{
background-color: #BCFB4D;
}
</style>
border-color css
<style>
span { border-color: #BCFB4D; }
span { border-color: rgb(188,251,77); }
td.TdClassName
{
border-color: #BCFB4D;
}
.TagClassName
{
border-color: #BCFB4D;
}
</style>