Shades of Conifer #BCF450
Tints of Conifer #BCF450
RGB
CMYK
RGB Variations
Color information
#BCF450 (or 0xBCF450) is known color: Conifer. HEX triplet: BC, F4 and 50. RGB value is (188,244,80). Sum of RGB (Red+Green+Blue) = 188+244+80=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF450 is #430BAF. Grayscale: #D1D1D1. Windows color (decimal): -4393904 or 5305532. OLE color: 5305532.
HSL color Cylindrical-coordinate representation of color #BCF450: hue angle of 80.49º 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 #BCF450 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 80 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.04 |
| HSL | 80.49º | 0.88% | 0.64% | - |
| HSV(B) | 80.49º | 0.67% | 0.96% | - |
| XYZ | 54.54 | 75.97 | 19.38 | - |
| YUV | 208.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 80 | 0.23 | 0 | 0.67 | 0.04 | 80.49 | 0.88 | 0.64 |
| Hex | BC | F4 | 50 | 17 | 0 | 43 | 4 | 50 | 58 | 40 |
| Octal | 274 | 364 | 120 | 27 | 0 | 103 | 4 | 120 | 130 | 100 |
| Binary | 10111100 | 11110100 | 1010000 | 10111 | 0 | 1000011 | 100 | 1010000 | 1011000 | 1000000 |
Color Harmonies of #BCF450
Complementary color
Monochromatic Colors of #BCF450
Black with #BCF450
Text Example
Text Example
White with #BCF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF450; }
p { color: rgb(188,244,80); }
H1.HeaderClassName
{
color: #BCF450;
}
.AnyTagClassName
{
color: #BCF450;
}
</style>
background-color css
<style>
a { background-color: #BCF450; }
a { background-color: rgb(188,244,80); }
div.DivClassName
{
background-color: #BCF450;
}
.BgClassName
{
background-color: #BCF450;
}
</style>
border-color css
<style>
span { border-color: #BCF450; }
span { border-color: rgb(188,244,80); }
td.TdClassName
{
border-color: #BCF450;
}
.TagClassName
{
border-color: #BCF450;
}
</style>