Shades of Conifer #BCF751
Tints of Conifer #BCF751
RGB
CMYK
RGB Variations
Color information
#BCF751 (or 0xBCF751) is known color: Conifer. HEX triplet: BC, F7 and 51. RGB value is (188,247,81). Sum of RGB (Red+Green+Blue) = 188+247+81=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF751 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF751 is #4308AE. Grayscale: #D3D3D3. Windows color (decimal): -4393135 or 5371836. OLE color: 5371836.
HSL color Cylindrical-coordinate representation of color #BCF751: hue angle of 81.33º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF751 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 81 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.03 |
| HSL | 81.33º | 0.91% | 0.64% | - |
| HSV(B) | 81.33º | 0.67% | 0.97% | - |
| XYZ | 55.49 | 77.81 | 19.88 | - |
| YUV | 210.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 81 | 0.24 | 0 | 0.67 | 0.03 | 81.33 | 0.91 | 0.64 |
| Hex | BC | F7 | 51 | 18 | 0 | 43 | 3 | 51 | 5B | 40 |
| Octal | 274 | 367 | 121 | 30 | 0 | 103 | 3 | 121 | 133 | 100 |
| Binary | 10111100 | 11110111 | 1010001 | 11000 | 0 | 1000011 | 11 | 1010001 | 1011011 | 1000000 |
Color Harmonies of #BCF751
Complementary color
Monochromatic Colors of #BCF751
Black with #BCF751
Text Example
Text Example
White with #BCF751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF751; }
p { color: rgb(188,247,81); }
H1.HeaderClassName
{
color: #BCF751;
}
.AnyTagClassName
{
color: #BCF751;
}
</style>
background-color css
<style>
a { background-color: #BCF751; }
a { background-color: rgb(188,247,81); }
div.DivClassName
{
background-color: #BCF751;
}
.BgClassName
{
background-color: #BCF751;
}
</style>
border-color css
<style>
span { border-color: #BCF751; }
span { border-color: rgb(188,247,81); }
td.TdClassName
{
border-color: #BCF751;
}
.TagClassName
{
border-color: #BCF751;
}
</style>