Shades of Conifer #BCFF59
Tints of Conifer #BCFF59
RGB
CMYK
RGB Variations
Color information
#BCFF59 (or 0xBCFF59) is known color: Conifer. HEX triplet: BC, FF and 59. RGB value is (188,255,89). Sum of RGB (Red+Green+Blue) = 188+255+89=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF59 is #4300A6. Grayscale: #D8D8D8. Windows color (decimal): -4391079 or 5898172. OLE color: 5898172.
HSL color Cylindrical-coordinate representation of color #BCFF59: hue angle of 84.22º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCFF59 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 89 | - |
| CMYK | 0.26 | 0 | 0.65 | 0 |
| HSL | 84.22º | 1% | 0.67% | - |
| HSV(B) | 84.22º | 0.65% | 1% | - |
| XYZ | 58.3 | 82.93 | 22.39 | - |
| YUV | 216.04 | 56.3 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 89 | 0.26 | 0 | 0.65 | 0 | 84.22 | 1 | 0.67 |
| Hex | BC | FF | 59 | 1A | 0 | 41 | 0 | 54 | 64 | 43 |
| Octal | 274 | 377 | 131 | 32 | 0 | 101 | 0 | 124 | 144 | 103 |
| Binary | 10111100 | 11111111 | 1011001 | 11010 | 0 | 1000001 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BCFF59
Complementary color
Monochromatic Colors of #BCFF59
Black with #BCFF59
Text Example
Text Example
White with #BCFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF59; }
p { color: rgb(188,255,89); }
H1.HeaderClassName
{
color: #BCFF59;
}
.AnyTagClassName
{
color: #BCFF59;
}
</style>
background-color css
<style>
a { background-color: #BCFF59; }
a { background-color: rgb(188,255,89); }
div.DivClassName
{
background-color: #BCFF59;
}
.BgClassName
{
background-color: #BCFF59;
}
</style>
border-color css
<style>
span { border-color: #BCFF59; }
span { border-color: rgb(188,255,89); }
td.TdClassName
{
border-color: #BCFF59;
}
.TagClassName
{
border-color: #BCFF59;
}
</style>