Shades of Conifer #BCFC4D
Tints of Conifer #BCFC4D
RGB
CMYK
RGB Variations
Color information
#BCFC4D (or 0xBCFC4D) is known color: Conifer. HEX triplet: BC, FC and 4D. RGB value is (188,252,77). Sum of RGB (Red+Green+Blue) = 188+252+77=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC4D is #4303B2. Grayscale: #D5D5D5. Windows color (decimal): -4391859 or 5110972. OLE color: 5110972.
HSL color Cylindrical-coordinate representation of color #BCFC4D: hue angle of 81.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCFC4D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 77 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.01 |
| HSL | 81.94º | 0.97% | 0.65% | - |
| HSV(B) | 81.94º | 0.69% | 0.99% | - |
| XYZ | 56.89 | 80.85 | 19.63 | - |
| YUV | 212.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 77 | 0.25 | 0 | 0.69 | 0.01 | 81.94 | 0.97 | 0.65 |
| Hex | BC | FC | 4D | 19 | 0 | 45 | 1 | 52 | 61 | 41 |
| Octal | 274 | 374 | 115 | 31 | 0 | 105 | 1 | 122 | 141 | 101 |
| Binary | 10111100 | 11111100 | 1001101 | 11001 | 0 | 1000101 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BCFC4D
Complementary color
Monochromatic Colors of #BCFC4D
Black with #BCFC4D
Text Example
Text Example
White with #BCFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC4D; }
p { color: rgb(188,252,77); }
H1.HeaderClassName
{
color: #BCFC4D;
}
.AnyTagClassName
{
color: #BCFC4D;
}
</style>
background-color css
<style>
a { background-color: #BCFC4D; }
a { background-color: rgb(188,252,77); }
div.DivClassName
{
background-color: #BCFC4D;
}
.BgClassName
{
background-color: #BCFC4D;
}
</style>
border-color css
<style>
span { border-color: #BCFC4D; }
span { border-color: rgb(188,252,77); }
td.TdClassName
{
border-color: #BCFC4D;
}
.TagClassName
{
border-color: #BCFC4D;
}
</style>