Shades of Conifer #BCF358
Tints of Conifer #BCF358
RGB
CMYK
RGB Variations
Color information
#BCF358 (or 0xBCF358) is known color: Conifer. HEX triplet: BC, F3 and 58. RGB value is (188,243,88). Sum of RGB (Red+Green+Blue) = 188+243+88=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF358 is #430CA7. Grayscale: #D1D1D1. Windows color (decimal): -4394152 or 5829564. OLE color: 5829564.
HSL color Cylindrical-coordinate representation of color #BCF358: hue angle of 81.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF358 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 88 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.05 |
| HSL | 81.29º | 0.87% | 0.65% | - |
| HSV(B) | 81.29º | 0.64% | 0.95% | - |
| XYZ | 54.55 | 75.5 | 20.93 | - |
| YUV | 208.89 | 59.78 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 88 | 0.23 | 0 | 0.64 | 0.05 | 81.29 | 0.87 | 0.65 |
| Hex | BC | F3 | 58 | 17 | 0 | 40 | 5 | 51 | 57 | 41 |
| Octal | 274 | 363 | 130 | 27 | 0 | 100 | 5 | 121 | 127 | 101 |
| Binary | 10111100 | 11110011 | 1011000 | 10111 | 0 | 1000000 | 101 | 1010001 | 1010111 | 1000001 |
Color Harmonies of #BCF358
Complementary color
Monochromatic Colors of #BCF358
Black with #BCF358
Text Example
Text Example
White with #BCF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF358; }
p { color: rgb(188,243,88); }
H1.HeaderClassName
{
color: #BCF358;
}
.AnyTagClassName
{
color: #BCF358;
}
</style>
background-color css
<style>
a { background-color: #BCF358; }
a { background-color: rgb(188,243,88); }
div.DivClassName
{
background-color: #BCF358;
}
.BgClassName
{
background-color: #BCF358;
}
</style>
border-color css
<style>
span { border-color: #BCF358; }
span { border-color: rgb(188,243,88); }
td.TdClassName
{
border-color: #BCF358;
}
.TagClassName
{
border-color: #BCF358;
}
</style>