Shades of Conifer #BCF150
Tints of Conifer #BCF150
RGB
CMYK
RGB Variations
Color information
#BCF150 (or 0xBCF150) is known color: Conifer. HEX triplet: BC, F1 and 50. RGB value is (188,241,80). Sum of RGB (Red+Green+Blue) = 188+241+80=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF150 is #430EAF. Grayscale: #CFCFCF. Windows color (decimal): -4394672 or 5304764. OLE color: 5304764.
HSL color Cylindrical-coordinate representation of color #BCF150: hue angle of 79.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF150 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 80 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.05 |
| HSL | 79.75º | 0.85% | 0.63% | - |
| HSV(B) | 79.75º | 0.67% | 0.95% | - |
| XYZ | 53.64 | 74.18 | 19.08 | - |
| YUV | 206.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 80 | 0.22 | 0 | 0.67 | 0.05 | 79.75 | 0.85 | 0.63 |
| Hex | BC | F1 | 50 | 16 | 0 | 43 | 5 | 50 | 55 | 3F |
| Octal | 274 | 361 | 120 | 26 | 0 | 103 | 5 | 120 | 125 | 77 |
| Binary | 10111100 | 11110001 | 1010000 | 10110 | 0 | 1000011 | 101 | 1010000 | 1010101 | 111111 |
Color Harmonies of #BCF150
Complementary color
Monochromatic Colors of #BCF150
Black with #BCF150
Text Example
Text Example
White with #BCF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF150; }
p { color: rgb(188,241,80); }
H1.HeaderClassName
{
color: #BCF150;
}
.AnyTagClassName
{
color: #BCF150;
}
</style>
background-color css
<style>
a { background-color: #BCF150; }
a { background-color: rgb(188,241,80); }
div.DivClassName
{
background-color: #BCF150;
}
.BgClassName
{
background-color: #BCF150;
}
</style>
border-color css
<style>
span { border-color: #BCF150; }
span { border-color: rgb(188,241,80); }
td.TdClassName
{
border-color: #BCF150;
}
.TagClassName
{
border-color: #BCF150;
}
</style>