Shades of Conifer #BCF451
Tints of Conifer #BCF451
RGB
CMYK
RGB Variations
Color information
#BCF451 (or 0xBCF451) is known color: Conifer. HEX triplet: BC, F4 and 51. RGB value is (188,244,81). Sum of RGB (Red+Green+Blue) = 188+244+81=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF451 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF451 is #430BAE. Grayscale: #D1D1D1. Windows color (decimal): -4393903 or 5371068. OLE color: 5371068.
HSL color Cylindrical-coordinate representation of color #BCF451: hue angle of 80.61º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF451 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.04 |
| HSL | 80.61º | 0.88% | 0.64% | - |
| HSV(B) | 80.61º | 0.67% | 0.96% | - |
| XYZ | 54.57 | 75.99 | 19.58 | - |
| YUV | 208.67 | 55.95 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 81 | 0.23 | 0 | 0.67 | 0.04 | 80.61 | 0.88 | 0.64 |
| Hex | BC | F4 | 51 | 17 | 0 | 43 | 4 | 51 | 58 | 40 |
| Octal | 274 | 364 | 121 | 27 | 0 | 103 | 4 | 121 | 130 | 100 |
| Binary | 10111100 | 11110100 | 1010001 | 10111 | 0 | 1000011 | 100 | 1010001 | 1011000 | 1000000 |
Color Harmonies of #BCF451
Complementary color
Monochromatic Colors of #BCF451
Black with #BCF451
Text Example
Text Example
White with #BCF451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF451; }
p { color: rgb(188,244,81); }
H1.HeaderClassName
{
color: #BCF451;
}
.AnyTagClassName
{
color: #BCF451;
}
</style>
background-color css
<style>
a { background-color: #BCF451; }
a { background-color: rgb(188,244,81); }
div.DivClassName
{
background-color: #BCF451;
}
.BgClassName
{
background-color: #BCF451;
}
</style>
border-color css
<style>
span { border-color: #BCF451; }
span { border-color: rgb(188,244,81); }
td.TdClassName
{
border-color: #BCF451;
}
.TagClassName
{
border-color: #BCF451;
}
</style>