Shades of Conifer #BCFC57
Tints of Conifer #BCFC57
RGB
CMYK
RGB Variations
Color information
#BCFC57 (or 0xBCFC57) is known color: Conifer. HEX triplet: BC, FC and 57. RGB value is (188,252,87). Sum of RGB (Red+Green+Blue) = 188+252+87=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC57 is #4303A8. Grayscale: #D6D6D6. Windows color (decimal): -4391849 or 5766332. OLE color: 5766332.
HSL color Cylindrical-coordinate representation of color #BCFC57: hue angle of 83.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCFC57 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 87 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.01 |
| HSL | 83.27º | 0.96% | 0.66% | - |
| HSV(B) | 83.27º | 0.65% | 0.99% | - |
| XYZ | 57.27 | 81 | 21.63 | - |
| YUV | 214.05 | 56.3 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 87 | 0.25 | 0 | 0.65 | 0.01 | 83.27 | 0.96 | 0.66 |
| Hex | BC | FC | 57 | 19 | 0 | 41 | 1 | 53 | 60 | 42 |
| Octal | 274 | 374 | 127 | 31 | 0 | 101 | 1 | 123 | 140 | 102 |
| Binary | 10111100 | 11111100 | 1010111 | 11001 | 0 | 1000001 | 1 | 1010011 | 1100000 | 1000010 |
Color Harmonies of #BCFC57
Complementary color
Monochromatic Colors of #BCFC57
Black with #BCFC57
Text Example
Text Example
White with #BCFC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC57; }
p { color: rgb(188,252,87); }
H1.HeaderClassName
{
color: #BCFC57;
}
.AnyTagClassName
{
color: #BCFC57;
}
</style>
background-color css
<style>
a { background-color: #BCFC57; }
a { background-color: rgb(188,252,87); }
div.DivClassName
{
background-color: #BCFC57;
}
.BgClassName
{
background-color: #BCFC57;
}
</style>
border-color css
<style>
span { border-color: #BCFC57; }
span { border-color: rgb(188,252,87); }
td.TdClassName
{
border-color: #BCFC57;
}
.TagClassName
{
border-color: #BCFC57;
}
</style>