Shades of Conifer #BCF351
Tints of Conifer #BCF351
RGB
CMYK
RGB Variations
Color information
#BCF351 (or 0xBCF351) is known color: Conifer. HEX triplet: BC, F3 and 51. RGB value is (188,243,81). Sum of RGB (Red+Green+Blue) = 188+243+81=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF351 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF351 is #430CAE. Grayscale: #D0D0D0. Windows color (decimal): -4394159 or 5370812. OLE color: 5370812.
HSL color Cylindrical-coordinate representation of color #BCF351: hue angle of 80.37º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF351 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.37º | 0.87% | 0.64% | - |
| HSV(B) | 80.37º | 0.67% | 0.95% | - |
| XYZ | 54.27 | 75.39 | 19.48 | - |
| YUV | 208.09 | 56.28 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 81 | 0.23 | 0 | 0.67 | 0.05 | 80.37 | 0.87 | 0.64 |
| Hex | BC | F3 | 51 | 17 | 0 | 43 | 5 | 50 | 57 | 40 |
| Octal | 274 | 363 | 121 | 27 | 0 | 103 | 5 | 120 | 127 | 100 |
| Binary | 10111100 | 11110011 | 1010001 | 10111 | 0 | 1000011 | 101 | 1010000 | 1010111 | 1000000 |
Color Harmonies of #BCF351
Complementary color
Monochromatic Colors of #BCF351
Black with #BCF351
Text Example
Text Example
White with #BCF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF351; }
p { color: rgb(188,243,81); }
H1.HeaderClassName
{
color: #BCF351;
}
.AnyTagClassName
{
color: #BCF351;
}
</style>
background-color css
<style>
a { background-color: #BCF351; }
a { background-color: rgb(188,243,81); }
div.DivClassName
{
background-color: #BCF351;
}
.BgClassName
{
background-color: #BCF351;
}
</style>
border-color css
<style>
span { border-color: #BCF351; }
span { border-color: rgb(188,243,81); }
td.TdClassName
{
border-color: #BCF351;
}
.TagClassName
{
border-color: #BCF351;
}
</style>