Shades of Conifer #BCFC59
Tints of Conifer #BCFC59
RGB
CMYK
RGB Variations
Color information
#BCFC59 (or 0xBCFC59) is known color: Conifer. HEX triplet: BC, FC and 59. RGB value is (188,252,89). Sum of RGB (Red+Green+Blue) = 188+252+89=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC59 is #4303A6. Grayscale: #D6D6D6. Windows color (decimal): -4391847 or 5897404. OLE color: 5897404.
HSL color Cylindrical-coordinate representation of color #BCFC59: hue angle of 83.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCFC59 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 89 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.01 |
| HSL | 83.56º | 0.96% | 0.67% | - |
| HSV(B) | 83.56º | 0.65% | 0.99% | - |
| XYZ | 57.35 | 81.03 | 22.07 | - |
| YUV | 214.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 89 | 0.25 | 0 | 0.65 | 0.01 | 83.56 | 0.96 | 0.67 |
| Hex | BC | FC | 59 | 19 | 0 | 41 | 1 | 54 | 60 | 43 |
| Octal | 274 | 374 | 131 | 31 | 0 | 101 | 1 | 124 | 140 | 103 |
| Binary | 10111100 | 11111100 | 1011001 | 11001 | 0 | 1000001 | 1 | 1010100 | 1100000 | 1000011 |
Color Harmonies of #BCFC59
Complementary color
Monochromatic Colors of #BCFC59
Black with #BCFC59
Text Example
Text Example
White with #BCFC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC59; }
p { color: rgb(188,252,89); }
H1.HeaderClassName
{
color: #BCFC59;
}
.AnyTagClassName
{
color: #BCFC59;
}
</style>
background-color css
<style>
a { background-color: #BCFC59; }
a { background-color: rgb(188,252,89); }
div.DivClassName
{
background-color: #BCFC59;
}
.BgClassName
{
background-color: #BCFC59;
}
</style>
border-color css
<style>
span { border-color: #BCFC59; }
span { border-color: rgb(188,252,89); }
td.TdClassName
{
border-color: #BCFC59;
}
.TagClassName
{
border-color: #BCFC59;
}
</style>