Shades of Conifer #BCF84E
Tints of Conifer #BCF84E
RGB
CMYK
RGB Variations
Color information
#BCF84E (or 0xBCF84E) is known color: Conifer. HEX triplet: BC, F8 and 4E. RGB value is (188,248,78). Sum of RGB (Red+Green+Blue) = 188+248+78=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF84E is #4307B1. Grayscale: #D3D3D3. Windows color (decimal): -4392882 or 5175484. OLE color: 5175484.
HSL color Cylindrical-coordinate representation of color #BCF84E: hue angle of 81.18º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF84E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 78 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.03 |
| HSL | 81.18º | 0.92% | 0.64% | - |
| HSV(B) | 81.18º | 0.69% | 0.97% | - |
| XYZ | 55.68 | 78.38 | 19.4 | - |
| YUV | 210.68 | 53.12 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 78 | 0.24 | 0 | 0.69 | 0.03 | 81.18 | 0.92 | 0.64 |
| Hex | BC | F8 | 4E | 18 | 0 | 45 | 3 | 51 | 5C | 40 |
| Octal | 274 | 370 | 116 | 30 | 0 | 105 | 3 | 121 | 134 | 100 |
| Binary | 10111100 | 11111000 | 1001110 | 11000 | 0 | 1000101 | 11 | 1010001 | 1011100 | 1000000 |
Color Harmonies of #BCF84E
Complementary color
Monochromatic Colors of #BCF84E
Black with #BCF84E
Text Example
Text Example
White with #BCF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF84E; }
p { color: rgb(188,248,78); }
H1.HeaderClassName
{
color: #BCF84E;
}
.AnyTagClassName
{
color: #BCF84E;
}
</style>
background-color css
<style>
a { background-color: #BCF84E; }
a { background-color: rgb(188,248,78); }
div.DivClassName
{
background-color: #BCF84E;
}
.BgClassName
{
background-color: #BCF84E;
}
</style>
border-color css
<style>
span { border-color: #BCF84E; }
span { border-color: rgb(188,248,78); }
td.TdClassName
{
border-color: #BCF84E;
}
.TagClassName
{
border-color: #BCF84E;
}
</style>