Shades of Conifer #BCFA4D
Tints of Conifer #BCFA4D
RGB
CMYK
RGB Variations
Color information
#BCFA4D (or 0xBCFA4D) is known color: Conifer. HEX triplet: BC, FA and 4D. RGB value is (188,250,77). Sum of RGB (Red+Green+Blue) = 188+250+77=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA4D is #4305B2. Grayscale: #D4D4D4. Windows color (decimal): -4392371 or 5110460. OLE color: 5110460.
HSL color Cylindrical-coordinate representation of color #BCFA4D: hue angle of 81.5º degrees, saturation: 0.95, 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 #BCFA4D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 77 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.5º | 0.95% | 0.64% | - |
| HSV(B) | 81.5º | 0.69% | 0.98% | - |
| XYZ | 56.26 | 79.6 | 19.42 | - |
| YUV | 211.74 | 51.96 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 77 | 0.25 | 0 | 0.69 | 0.02 | 81.5 | 0.95 | 0.64 |
| Hex | BC | FA | 4D | 19 | 0 | 45 | 2 | 52 | 5F | 40 |
| Octal | 274 | 372 | 115 | 31 | 0 | 105 | 2 | 122 | 137 | 100 |
| Binary | 10111100 | 11111010 | 1001101 | 11001 | 0 | 1000101 | 10 | 1010010 | 1011111 | 1000000 |
Color Harmonies of #BCFA4D
Complementary color
Monochromatic Colors of #BCFA4D
Black with #BCFA4D
Text Example
Text Example
White with #BCFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA4D; }
p { color: rgb(188,250,77); }
H1.HeaderClassName
{
color: #BCFA4D;
}
.AnyTagClassName
{
color: #BCFA4D;
}
</style>
background-color css
<style>
a { background-color: #BCFA4D; }
a { background-color: rgb(188,250,77); }
div.DivClassName
{
background-color: #BCFA4D;
}
.BgClassName
{
background-color: #BCFA4D;
}
</style>
border-color css
<style>
span { border-color: #BCFA4D; }
span { border-color: rgb(188,250,77); }
td.TdClassName
{
border-color: #BCFA4D;
}
.TagClassName
{
border-color: #BCFA4D;
}
</style>