Shades of Conifer #BCF350
Tints of Conifer #BCF350
RGB
CMYK
RGB Variations
Color information
#BCF350 (or 0xBCF350) is known color: Conifer. HEX triplet: BC, F3 and 50. RGB value is (188,243,80). Sum of RGB (Red+Green+Blue) = 188+243+80=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF350 is #430CAF. Grayscale: #D0D0D0. Windows color (decimal): -4394160 or 5305276. OLE color: 5305276.
HSL color Cylindrical-coordinate representation of color #BCF350: hue angle of 80.25º degrees, saturation: 0.87, 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 #BCF350 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 80 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.25º | 0.87% | 0.63% | - |
| HSV(B) | 80.25º | 0.67% | 0.95% | - |
| XYZ | 54.24 | 75.37 | 19.28 | - |
| YUV | 207.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 80 | 0.23 | 0 | 0.67 | 0.05 | 80.25 | 0.87 | 0.63 |
| Hex | BC | F3 | 50 | 17 | 0 | 43 | 5 | 50 | 57 | 3F |
| Octal | 274 | 363 | 120 | 27 | 0 | 103 | 5 | 120 | 127 | 77 |
| Binary | 10111100 | 11110011 | 1010000 | 10111 | 0 | 1000011 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BCF350
Complementary color
Monochromatic Colors of #BCF350
Black with #BCF350
Text Example
Text Example
White with #BCF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF350; }
p { color: rgb(188,243,80); }
H1.HeaderClassName
{
color: #BCF350;
}
.AnyTagClassName
{
color: #BCF350;
}
</style>
background-color css
<style>
a { background-color: #BCF350; }
a { background-color: rgb(188,243,80); }
div.DivClassName
{
background-color: #BCF350;
}
.BgClassName
{
background-color: #BCF350;
}
</style>
border-color css
<style>
span { border-color: #BCF350; }
span { border-color: rgb(188,243,80); }
td.TdClassName
{
border-color: #BCF350;
}
.TagClassName
{
border-color: #BCF350;
}
</style>