Shades of Conifer #BCF94E
Tints of Conifer #BCF94E
RGB
CMYK
RGB Variations
Color information
#BCF94E (or 0xBCF94E) is known color: Conifer. HEX triplet: BC, F9 and 4E. RGB value is (188,249,78). Sum of RGB (Red+Green+Blue) = 188+249+78=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF94E is #4306B1. Grayscale: #D3D3D3. Windows color (decimal): -4392626 or 5175740. OLE color: 5175740.
HSL color Cylindrical-coordinate representation of color #BCF94E: hue angle of 81.4º degrees, saturation: 0.93, 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 #BCF94E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 78 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.02 |
| HSL | 81.4º | 0.93% | 0.64% | - |
| HSV(B) | 81.4º | 0.69% | 0.98% | - |
| XYZ | 55.99 | 78.99 | 19.5 | - |
| YUV | 211.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 78 | 0.24 | 0 | 0.69 | 0.02 | 81.4 | 0.93 | 0.64 |
| Hex | BC | F9 | 4E | 18 | 0 | 45 | 2 | 51 | 5D | 40 |
| Octal | 274 | 371 | 116 | 30 | 0 | 105 | 2 | 121 | 135 | 100 |
| Binary | 10111100 | 11111001 | 1001110 | 11000 | 0 | 1000101 | 10 | 1010001 | 1011101 | 1000000 |
Color Harmonies of #BCF94E
Complementary color
Monochromatic Colors of #BCF94E
Black with #BCF94E
Text Example
Text Example
White with #BCF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF94E; }
p { color: rgb(188,249,78); }
H1.HeaderClassName
{
color: #BCF94E;
}
.AnyTagClassName
{
color: #BCF94E;
}
</style>
background-color css
<style>
a { background-color: #BCF94E; }
a { background-color: rgb(188,249,78); }
div.DivClassName
{
background-color: #BCF94E;
}
.BgClassName
{
background-color: #BCF94E;
}
</style>
border-color css
<style>
span { border-color: #BCF94E; }
span { border-color: rgb(188,249,78); }
td.TdClassName
{
border-color: #BCF94E;
}
.TagClassName
{
border-color: #BCF94E;
}
</style>